Server tools versioning and fix to displayed testmerges

This commit is contained in:
CitadelStationBot
2017-08-29 17:16:17 -05:00
parent 3a015fc2f0
commit 1caba77431
3 changed files with 15 additions and 3 deletions
@@ -4,6 +4,10 @@ GLOBAL_PROTECT(reboot_mode)
/world/proc/RunningService()
return params[SERVICE_WORLD_PARAM]
/proc/ServiceVersion()
if(world.RunningService())
return world.params[SERVICE_VERSION_PARAM]
/world/proc/ExportService(command)
return RunningService() && shell("python code/modules/server_tools/nudge.py \"[command]\"") == 0