Skip to content

Commit

Permalink
Adds round ID to status topic (tgstation#32976)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowlight213 authored and ninjanomnom committed Nov 22, 2017
1 parent b0f24a8 commit 36eb21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/world_topic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36eb21d

Please sign in to comment.