changeset 8476 | 61d7269f16be |
parent 8452 | 170afc3ac39f |
child 8479 | 8d71109b04d2 |
--- a/gameServer/Actions.hs Sat Feb 02 00:33:27 2013 +0400 +++ b/gameServer/Actions.hs Sat Feb 02 00:47:34 2013 +0400 @@ -430,7 +430,7 @@ uid <- client's clUID -- allow multiple checker logins haveSameNick <- liftM (not . null . tail . filter (\c -> (not $ isChecker c) && caseInsensitiveCompare (nick c) n)) allClientsS - if haveSameNick && (not checker) then + if (not checker) && haveSameNick then if p < 38 then processAction $ ByeClient $ loc "Nickname is already in use" else