mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Maybe this fixes it? (#37571)
This commit is contained in:
@@ -94,7 +94,7 @@ var/auxtools_path
|
|||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
/world/proc/InitTgs()
|
/world/proc/InitTgs()
|
||||||
TgsNew(new /datum/tgs_event_handler/impl, TGS_SECURITY_TRUSTED)
|
TgsNew(new /datum/tgs_event_handler, TGS_SECURITY_TRUSTED)
|
||||||
|
|
||||||
/world/proc/InitializeLogs()
|
/world/proc/InitializeLogs()
|
||||||
investigations[I_HREFS] = new /datum/log_controller(I_HREFS, filename="data/logs/[date_string] hrefs.htm", persist=TRUE)
|
investigations[I_HREFS] = new /datum/log_controller(I_HREFS, filename="data/logs/[date_string] hrefs.htm", persist=TRUE)
|
||||||
|
|||||||
Reference in New Issue
Block a user