diff -r cd85ab23f38b -r 896b283f41a2 gameServer/HWProtoInRoomState.hs --- a/gameServer/HWProtoInRoomState.hs Mon Feb 18 22:21:31 2013 +0400 +++ b/gameServer/HWProtoInRoomState.hs Mon Feb 18 22:47:42 2013 +0400 @@ -309,7 +309,7 @@ && isJust maybeClientId && (kickId /= thisClientId) && sameRoom - && ((isNothing $ gameInfo rm) || notOnly2Clans || teamsInGame kickCl = 0) + && ((isNothing $ gameInfo rm) || notOnly2Clans || teamsInGame kickCl == 0) ]