changeset 11513 | a4ad8a9e0f69 |
parent 11419 | 6f119783a1ad |
child 11561 | af9aa8d5863c |
--- a/gameServer/HWProtoInRoomState.hs Sun Jan 10 00:45:13 2016 +0300 +++ b/gameServer/HWProtoInRoomState.hs Wed Jan 13 19:38:03 2016 +0300 @@ -342,6 +342,7 @@ isJust maybeClientId && (kickId /= thisClientId) && sameRoom + && (not $ hasSuperPower kickCl) && ((isNothing $ gameInfo rm) || notOnly2Players || teamsInGame kickCl == 0) ]