mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Don't translate the yet unused victory condition field sent to the lobby bot (the case since the introduction of the lobby in bffe917914).
This was SVN commit r19642.
This commit is contained in:
parent
6c7b0fde3d
commit
7b0f6f530c
1 changed files with 1 additions and 1 deletions
|
|
@ -2220,7 +2220,7 @@ function sendRegisterGameStanzaImmediate()
|
|||
"niceMapName": getMapDisplayName(g_GameAttributes.map),
|
||||
"mapSize": g_GameAttributes.mapType == "random" ? g_GameAttributes.settings.Size : "Default",
|
||||
"mapType": g_GameAttributes.mapType,
|
||||
"victoryCondition": g_VictoryConditions.Title[g_VictoryConditions.Name.indexOf(g_GameAttributes.settings.GameType)],
|
||||
"victoryCondition": g_GameAttributes.settings.GameType,
|
||||
"nbp": clients.connectedPlayers,
|
||||
"maxnbp": g_GameAttributes.settings.PlayerData.length,
|
||||
"players": clients.list,
|
||||
|
|
|
|||
Loading…
Reference in a new issue