gameServer/Actions.hs
changeset 7735 4c7e282b5732
parent 7710 fd5bcbd698a5
child 7748 f160fbc139b1
--- a/gameServer/Actions.hs	Mon Oct 08 21:56:24 2012 -0400
+++ b/gameServer/Actions.hs	Tue Oct 09 21:08:37 2012 +0400
@@ -151,7 +151,7 @@
     mapM processAction
         [
         AnswerClients [chan] ["BYE", msg]
-        , ModifyClient (\c -> c{logonPassed = False}) -- this will effectively hide client from others while he isn't deleted from list
+        , ModifyClient (\c -> c{nick = "", logonPassed = False}) -- this will effectively hide client from others while he isn't deleted from list
         ]
 
     s <- get