changeset 1929 | 7e6cc8da1c58 |
parent 1879 | bb114339eb4e |
child 1977 | 2284d7fefe4f |
--- a/gameServer/HWProtoInRoomState.hs Fri Mar 27 20:36:50 2009 +0000 +++ b/gameServer/HWProtoInRoomState.hs Sat Mar 28 10:42:00 2009 +0000 @@ -205,8 +205,7 @@ if (kickID == clID) || (roomID client /= roomID kickClient) then [] else - [RemoveClientTeams kickID, - KickRoomClient kickID] + [KickRoomClient kickID] where client = clients IntMap.! clID maybeClient = Foldable.find (\cl -> kickNick == nick cl) clients