Adds round ID to Show Server Revision (#33723)

This commit is contained in:
Jordan Brown
2017-12-22 11:43:03 -05:00
committed by CitadelStationBot
parent 8d2ff011a1
commit f20622cc54
+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 = ""