gameServer/HWProtoInRoomState.hs
changeset 6069 d59745e525ec
parent 6068 e18713ecf1e0
child 6403 477034740077
--- a/gameServer/HWProtoInRoomState.hs	Tue Sep 27 19:27:19 2011 +0400
+++ b/gameServer/HWProtoInRoomState.hs	Thu Sep 29 17:25:25 2011 +0400
@@ -179,7 +179,7 @@
             return [
                 ModifyRoom
                     (\r -> r{
-                        gameInfo = Just $ newGameInfo allPlayersRegistered
+                        gameInfo = Just $ newGameInfo allPlayersRegistered (mapParams rm) (params rm)
                         }
                     ),
                 AnswerClients chans ["RUN_GAME"]