gameServer/HWProtoInRoomState.hs
branch0.9.17
changeset 6403 477034740077
parent 6069 d59745e525ec
child 6541 08ed346ed341
--- a/gameServer/HWProtoInRoomState.hs	Sat Nov 19 15:34:38 2011 -0500
+++ b/gameServer/HWProtoInRoomState.hs	Sun Nov 20 19:45:03 2011 +0300
@@ -179,7 +179,7 @@
             return [
                 ModifyRoom
                     (\r -> r{
-                        gameInfo = Just $ newGameInfo allPlayersRegistered (mapParams rm) (params rm)
+                        gameInfo = Just $ newGameInfo (teams rm) allPlayersRegistered (mapParams rm) (params rm)
                         }
                     ),
                 AnswerClients chans ["RUN_GAME"]