crash fix

This commit is contained in:
Max-Wilhelm Bruker 2010-09-18 21:14:58 +02:00
parent f9446f9822
commit a8e166b609

View file

@ -292,7 +292,7 @@ ResponseCode Server_ProtocolHandler::cmdListGames(Command_ListGames * /*cmd*/, C
!g->getPassword().isEmpty(), !g->getPassword().isEmpty(),
g->getPlayerCount(), g->getPlayerCount(),
g->getMaxPlayers(), g->getMaxPlayers(),
g->getCreatorInfo(), new ServerInfo_User(g->getCreatorInfo()),
g->getSpectatorsAllowed(), g->getSpectatorsAllowed(),
g->getSpectatorsNeedPassword(), g->getSpectatorsNeedPassword(),
g->getSpectatorCount() g->getSpectatorCount()