Merge pull request #4501 from Citadel-Station-13/upstream-merge-33723

[MIRROR] Adds round ID to Show Server Revision
This commit is contained in:
LetterJay
2017-12-24 16:51:45 -06:00
committed by GitHub
+2
View File
@@ -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 = ""