Adds round ID to status topic (#32976)

This commit is contained in:
Shadowlight213
2017-11-22 13:41:24 -05:00
committed by Emmett Gaines
parent b0f24a892b
commit 36eb21d6a7
+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