mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Add debugger to world.dm by default (#10429)
Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com>
This commit is contained in:
@@ -57,6 +57,11 @@ var/global/datum/global_init/init = new ()
|
||||
maxx = WORLD_MIN_SIZE // So that we don't get map-window-popin at boot. DMMS will expand this.
|
||||
maxy = WORLD_MIN_SIZE
|
||||
|
||||
/world/proc/enable_debugger()
|
||||
var/dll = world.GetConfig("env", "EXTOOLS_DLL")
|
||||
if (dll)
|
||||
call(dll, "debug_initialize")()
|
||||
|
||||
#define RECOMMENDED_VERSION 510
|
||||
/world/New()
|
||||
//logs
|
||||
@@ -82,6 +87,8 @@ var/global/datum/global_init/init = new ()
|
||||
|
||||
callHook("startup")
|
||||
|
||||
enable_debugger()
|
||||
|
||||
. = ..()
|
||||
|
||||
#ifdef UNIT_TEST
|
||||
|
||||
Reference in New Issue
Block a user