mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 07:10:25 -08:00
crash fix
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user