changeset 8514 | 896b283f41a2 |
parent 8513 | cd85ab23f38b |
child 8525 | 81630d47dc0f |
--- 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) ]