From 188b2fe80117ebe3b9b2a0a093868e07fce09a66 Mon Sep 17 00:00:00 2001 From: ShiftyRail <31417754+ShiftyRail@users.noreply.github.com> Date: Mon, 12 May 2025 08:22:27 +0100 Subject: [PATCH] Maybe this fixes it? (#37571) --- code/world.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/world.dm b/code/world.dm index c6c4db64f20..b05ca7b96b5 100644 --- a/code/world.dm +++ b/code/world.dm @@ -94,7 +94,7 @@ var/auxtools_path return ..() /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() investigations[I_HREFS] = new /datum/log_controller(I_HREFS, filename="data/logs/[date_string] hrefs.htm", persist=TRUE)