Commit a8e166b6 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

crash fix

parent f9446f98
...@@ -292,7 +292,7 @@ ResponseCode Server_ProtocolHandler::cmdListGames(Command_ListGames * /*cmd*/, C ...@@ -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()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment