HELP ENGINEER TRAPPED ME IN MAINTENENCE

*FWEEEEEeeeee FOR THE BYOND VERSION
This commit is contained in:
Poojawa
2018-09-22 04:07:26 -05:00
parent 79a6c248d2
commit a12f98e52d

View File

@@ -57,7 +57,11 @@
// Round ID
if(GLOB.round_id)
msg += "<b>Round ID:</b> [GLOB.round_id]"
msg += "<b>BYOND Version:</b> [world.byond_version].[world.byond_build]"
if(DM_VERSION != world.byond_version || DM_BUILD != world.byond_build)
msg += "<b>Compiled with BYOND Version:</b> [DM_VERSION].[DM_BUILD]"
// Revision information
var/datum/getrev/revdata = GLOB.revdata
msg += "<b>Server revision compiled on:</b> [revdata.date]"