gameServer/Actions.hs
changeset 3568 ae89cf0735dc
parent 3566 772a46ef8288
child 3645 c0b3f1bb9316
--- a/gameServer/Actions.hs	Sun Jun 27 21:06:41 2010 +0400
+++ b/gameServer/Actions.hs	Sun Jun 27 21:27:26 2010 +0400
@@ -150,7 +150,12 @@
     rnc <- gets roomsClients
     liftIO $ modifyClient rnc f ci
     return ()
-    
+
+processAction (ModifyClient2 ci f) = do
+    rnc <- gets roomsClients
+    liftIO $ modifyClient rnc f ci
+    return ()
+
 
 processAction (ModifyRoom f) = do
     rnc <- gets roomsClients