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