# HG changeset patch # User unc0rr # Date 1396027225 -14400 # Node ID 1a1da2342c5b51b1c756b35fb66b10ecf4b85852 # Parent 6928a323097f25e59abb11112450893e216fdeb9 Fix condition diff -r 6928a323097f -r 1a1da2342c5b gameServer/HWProtoInRoomState.hs --- 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