Fix warning
authorunc0rr
Sat, 01 Dec 2012 00:44:12 +0400
changeset 8158 5da1c26d5b10
parent 8157 695f1eef72c8
child 8159 e226be871b6e
Fix warning
gameServer/Actions.hs
--- 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