gameServer/HWProtoInRoomState.hs
changeset 10217 1a1da2342c5b
parent 10215 26fc5502ba22
child 10392 5012e1f9e893
--- a/gameServer/HWProtoInRoomState.hs	Fri Mar 28 11:02:06 2014 +0400
+++ b/gameServer/HWProtoInRoomState.hs	Fri Mar 28 21:20:25 2014 +0400
@@ -388,7 +388,7 @@
     let kickId = fromJust maybeClientId
     let sameRoom = clientRoom rnc thisClientId == clientRoom rnc kickId
 
-    if isNothing $ masterID rm then
+    if isJust $ masterID rm then
         return []
         else
         if isJust maybeClientId && sameRoom then