gameServer/HWProtoInRoomState.hs
changeset 8189 328f429c3ecc
parent 8002 8113afd3858f
child 8227 3a2ce574aa3b
--- a/gameServer/HWProtoInRoomState.hs	Sun Dec 02 17:23:13 2012 +0100
+++ b/gameServer/HWProtoInRoomState.hs	Sun Dec 02 22:14:21 2012 +0400
@@ -308,8 +308,8 @@
     let sameRoom = clientRoom rnc thisClientId == clientRoom rnc banId
     if master && isJust maybeClientId && (banId /= thisClientId) && sameRoom then
         return [
-                ModifyRoom (\r -> r{roomBansList = let h = host $ rnc `client` banId in h `deepseq` h : roomBansList r})
-              , KickRoomClient banId
+--                ModifyRoom (\r -> r{roomBansList = let h = host $ rnc `client` banId in h `deepseq` h : roomBansList r})
+                KickRoomClient banId
             ]
         else
         return []