From 18168920ad47d1c9731199e08925ddb5f062b6a9 Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Wed, 23 Dec 2020 12:34:50 +0800 Subject: [PATCH] REVERT YOU GIT --- code/__DEFINES/spaceman_dmm.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/spaceman_dmm.dm b/code/__DEFINES/spaceman_dmm.dm index 4624b77940..087fa5e6e6 100644 --- a/code/__DEFINES/spaceman_dmm.dm +++ b/code/__DEFINES/spaceman_dmm.dm @@ -29,5 +29,5 @@ #endif /world/proc/enable_debugger() - if (EXTOOLS) + if (fexists(EXTOOLS)) call(EXTOOLS, "debug_initialize")()