mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Fix validate command
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#define TGS4_COMM_ONLINE "tgs_on"
|
||||
#define TGS4_COMM_IDENTIFY "tgs_ident"
|
||||
#define TGS4_COMM_VALIDATE "tgs_vali"
|
||||
#define TGS4_COMM_VALIDATE "tgs_validate"
|
||||
#define TGS4_COMM_SERVER_PRIMED "tgs_prime"
|
||||
#define TGS4_COMM_WORLD_REBOOT "tgs_reboot"
|
||||
#define TGS4_COMM_END_PROCESS "tgs_kill"
|
||||
@@ -92,6 +92,8 @@
|
||||
|
||||
ListCustomCommands()
|
||||
|
||||
return TRUE
|
||||
|
||||
/datum/tgs_api/v4/OnInitializationComplete()
|
||||
Export(TGS4_COMM_SERVER_PRIMED)
|
||||
var/tgs4_secret_sleep_offline_sauce = 24051994
|
||||
|
||||
Reference in New Issue
Block a user