at least it'll fail better this time

This commit is contained in:
Putnam
2020-07-09 02:18:08 -07:00
parent 196261296e
commit 7cf4a55496

View File

@@ -290,7 +290,7 @@ GLOBAL_VAR(atmos_extools_initialized) // this must be an uninitialized (null) on
var/result = call(EXTOOLS,"init_monstermos")();\
if(result != "ok") {CRASH(result);}\
} else {\
CRASH("byond-extools.dll does not exist!");\
CRASH("[EXTOOLS] does not exist!");\
}\
}