diff --git a/common/server_protocolhandler.cpp b/common/server_protocolhandler.cpp index 9e0339c8..58d57608 100644 --- a/common/server_protocolhandler.cpp +++ b/common/server_protocolhandler.cpp @@ -292,7 +292,7 @@ ResponseCode Server_ProtocolHandler::cmdListGames(Command_ListGames * /*cmd*/, C !g->getPassword().isEmpty(), g->getPlayerCount(), g->getMaxPlayers(), - g->getCreatorInfo(), + new ServerInfo_User(g->getCreatorInfo()), g->getSpectatorsAllowed(), g->getSpectatorsNeedPassword(), g->getSpectatorCount()