Merge pull request #4501 from Citadel-Station-13/upstream-merge-33723
[MIRROR] Adds round ID to Show Server Revision
This commit is contained in:
@@ -45,6 +45,8 @@
|
||||
set name = "Show Server Revision"
|
||||
set desc = "Check the current server code revision"
|
||||
|
||||
if(GLOB.round_id)
|
||||
to_chat(src, "<b>Round ID:</b> [GLOB.round_id]")
|
||||
if(GLOB.revdata.originmastercommit)
|
||||
to_chat(src, "<b>Server revision compiled on:</b> [GLOB.revdata.date]")
|
||||
var/prefix = ""
|
||||
|
||||
Reference in New Issue
Block a user