Removes a dead var
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
GLOBAL_VAR(restart_counter)
|
GLOBAL_VAR(restart_counter)
|
||||||
|
|
||||||
GLOBAL_VAR_INIT(tgs_initialized, FALSE)
|
|
||||||
|
|
||||||
GLOBAL_VAR(topic_status_lastcache)
|
GLOBAL_VAR(topic_status_lastcache)
|
||||||
GLOBAL_LIST(topic_status_cache)
|
GLOBAL_LIST(topic_status_cache)
|
||||||
|
|
||||||
@@ -76,7 +74,6 @@ GLOBAL_LIST(topic_status_cache)
|
|||||||
/world/proc/InitTgs()
|
/world/proc/InitTgs()
|
||||||
TgsNew(new /datum/tgs_event_handler/impl, TGS_SECURITY_TRUSTED)
|
TgsNew(new /datum/tgs_event_handler/impl, TGS_SECURITY_TRUSTED)
|
||||||
GLOB.revdata.load_tgs_info()
|
GLOB.revdata.load_tgs_info()
|
||||||
GLOB.tgs_initialized = TRUE
|
|
||||||
|
|
||||||
/world/proc/HandleTestRun()
|
/world/proc/HandleTestRun()
|
||||||
//trigger things to run the whole process
|
//trigger things to run the whole process
|
||||||
|
|||||||
Reference in New Issue
Block a user