gameServer/Actions.hs
changeset 8158 5da1c26d5b10
parent 8156 3ccc61102b58
child 8189 328f429c3ecc
--- a/gameServer/Actions.hs	Sat Dec 01 00:38:06 2012 +0400
+++ b/gameServer/Actions.hs	Sat Dec 01 00:44:12 2012 +0400
@@ -155,7 +155,7 @@
 
     when loggedIn $ processAction $ AnswerClients clientsChans ["LOBBY:LEFT", clNick, msg]
 
-    mapM processAction
+    mapM_ processAction
         [
         AnswerClients [chan] ["BYE", msg]
         , ModifyClient (\c -> c{nick = "", logonPassed = False}) -- this will effectively hide client from others while he isn't deleted from list