From 06b86e54b38de1203bda98ddace38c0231dbdb84 Mon Sep 17 00:00:00 2001 From: Shadowlight213 Date: Wed, 22 Nov 2017 10:41:24 -0800 Subject: [PATCH] Adds round ID to status topic (#32976) --- code/datums/world_topic.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/world_topic.dm b/code/datums/world_topic.dm index 864f531715..ef7b1f2776 100644 --- a/code/datums/world_topic.dm +++ b/code/datums/world_topic.dm @@ -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