mirror of
https://github.com/glest/glest-source.git
synced 2025-09-30 17:39:02 +02:00
- bugfix to have consistent info sent to masterserver when in game or in lobby
This commit is contained in:
@@ -2339,7 +2339,7 @@ std::map<string,string> ServerInterface::publishToMasterserver() {
|
||||
}
|
||||
}
|
||||
publishToServerInfo["glestVersion"] = glestVersionString;
|
||||
publishToServerInfo["platform"] = getPlatformNameString();
|
||||
publishToServerInfo["platform"] = getPlatformNameString() + "-" + getSVNRevisionString();
|
||||
publishToServerInfo["binaryCompileDate"] = getCompileDateTime();
|
||||
publishToServerInfo["serverTitle"] = getHumanPlayerName() + "'s game";
|
||||
publishToServerInfo["tech"] = this->getGameSettings()->getTech();
|
||||
|
Reference in New Issue
Block a user