gameServer/CoreTypes.hs
changeset 11466 4b5c7a5c49fd
parent 11465 0ae2e4c13bd1
child 11467 f2c36df8c7b1
--- a/gameServer/CoreTypes.hs	Mon Dec 28 21:21:02 2015 +0300
+++ b/gameServer/CoreTypes.hs	Mon Dec 28 21:51:12 2015 +0300
@@ -152,7 +152,8 @@
         eiLobbyChat,
         eiEM,
         eiJoin :: !EventsInfo,
-        teamsInGame :: !Word
+        teamsInGame :: !Word,
+        pendingActions :: ![Action]
     }
 
 instance Eq ClientInfo where