diff -r 8bb050e8e40f -r acf70c44065b gameServer/Actions.hs --- 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