This commit is contained in:
Katherine Kiefer
2022-08-19 08:24:44 +10:00
parent e755b7113e
commit 4009394215

View File

@@ -13,10 +13,8 @@ GLOBAL_LIST_EMPTY(auxtools_initialized)
if (!GLOB.auxtools_initialized[LIB]) {\ if (!GLOB.auxtools_initialized[LIB]) {\
if (fexists(LIB)) {\ if (fexists(LIB)) {\
var/string = call(LIB,"auxtools_init")();\ var/string = call(LIB,"auxtools_init")();\
if(findtext(string, "SUCCESS")) {\ GLOB.auxtools_initialized[LIB] = TRUE;\
GLOB.auxtools_initialized[LIB] = TRUE;\ if(!findtext(string, "SUCCESS")) {\
} else {\
GLOB.auxtools_initialized[LIB] = TRUE;\
CRASH(string);\ CRASH(string);\
}\ }\
} else {\ } else {\