crash fix
This commit is contained in:
parent
f9446f9822
commit
a8e166b609
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue