Allows status to output the round ID (#16610)

* Allows status to output the round ID

* Spacing is good for clarity
This commit is contained in:
Qwertytoforty
2021-09-02 14:34:47 +01:00
committed by GitHub
parent 1a935f5b1a
commit 2cd9063e70
+2 -1
View File
@@ -31,7 +31,8 @@
status_info["players"] = player_count
status_info["admins"] = admin_count
status_info["map_name"] = SSmapping.map_datum.fluff_name
status_info["round_id"] = GLOB.round_id
// Add more info if we are authed
if(key_valid)
if(SSticker && SSticker.mode)