From 02b9d99ca4f70b101df065c5b43b66ffeb831417 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 26 Jan 2025 09:23:42 -0700 Subject: [PATCH] [MIRROR] AuxTools Port (#9930) Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- code/game/world.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/game/world.dm b/code/game/world.dm index 1f5b173170..5a45fc3ed3 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -58,12 +58,10 @@ src.update_status() setup_season() //VOREStation Addition - // CHOMPStation Addition: Spaceman DMM Debugging var/debug_server = world.GetConfig("env", "AUXTOOLS_DEBUG_DLL") if (debug_server) call_ext(debug_server, "auxtools_init")() enable_debugging() - // CHOMPStation Add End . = ..() @@ -797,7 +795,6 @@ var/global/game_id = null t = round(t / l) return 1 -// CHOMPStation Add: Spaceman DMM Debugger /proc/auxtools_stack_trace(msg) CRASH(msg) @@ -812,5 +809,3 @@ var/global/game_id = null if (debug_server) call_ext(debug_server, "auxtools_shutdown")() . = ..() - -// CHOMPStation Add End: Spaceman DMM Debugger