gameServer/Actions.hs
changeset 15788 acf70c44065b
parent 15699 27eb5abd5058
child 15878 fc3cb23fd26f
--- a/gameServer/Actions.hs	Fri May 28 14:18:52 2021 +0200
+++ b/gameServer/Actions.hs	Fri May 28 15:06:39 2021 +0200
@@ -129,7 +129,7 @@
     mapM_ processAction
         [
         AnswerClients [chan] ["BYE", msg]
-        , ModifyClient (\c -> c{nick = "", isVisible = False}) -- this will effectively hide client from others while he isn't deleted from list
+        , ModifyClient (\c -> c{nick = "", isVisible = False}) -- this will effectively hide client from others while it isn't deleted from list
         ]
 
     s <- get