diff -r 9bf8f4f30d6b -r 7e6cc8da1c58 gameServer/HWProtoInRoomState.hs --- 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