[MIRROR] AuxTools Port (#9930)

Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-26 17:23:42 +01:00
committed by GitHub
co-authored by Drathek Kashargul
parent 57c6188816
commit 02b9d99ca4
-5
View File
@@ -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