mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
mhm
This commit is contained in:
@@ -13,10 +13,8 @@ GLOBAL_LIST_EMPTY(auxtools_initialized)
|
||||
if (!GLOB.auxtools_initialized[LIB]) {\
|
||||
if (fexists(LIB)) {\
|
||||
var/string = call(LIB,"auxtools_init")();\
|
||||
if(findtext(string, "SUCCESS")) {\
|
||||
GLOB.auxtools_initialized[LIB] = TRUE;\
|
||||
} else {\
|
||||
GLOB.auxtools_initialized[LIB] = TRUE;\
|
||||
GLOB.auxtools_initialized[LIB] = TRUE;\
|
||||
if(!findtext(string, "SUCCESS")) {\
|
||||
CRASH(string);\
|
||||
}\
|
||||
} else {\
|
||||
|
||||
Reference in New Issue
Block a user