Merge pull request #4072 from Citadel-Station-13/upstream-merge-32976

[MIRROR] Adds round ID to status world topic
This commit is contained in:
deathride58
2017-11-22 19:40:04 +00:00
committed by GitHub
+1
View File
@@ -142,6 +142,7 @@
.["vote"] = CONFIG_GET(flag/allow_vote_mode)
.["ai"] = CONFIG_GET(flag/allow_ai)
.["host"] = world.host ? world.host : null
.["round_id"] = GLOB.round_id
.["players"] = GLOB.clients.len
.["revision"] = GLOB.revdata.commit
.["revision_date"] = GLOB.revdata.date