diff --git a/code/game/atoms_init.dm b/code/game/atoms_init.dm index 63b005b37ee..782d1c75599 100644 --- a/code/game/atoms_init.dm +++ b/code/game/atoms_init.dm @@ -3,7 +3,7 @@ /atom/New(loc, ...) // For the (currently unused) DMM Suite. - if(_preloader && (src.type == _preloader.target_path))//in case the instanciated atom is creating other atoms in New() + if(use_preloader && (src.type == _preloader.target_path))//in case the instanciated atom is creating other atoms in New() _preloader.load(src) //. = ..() //uncomment if you are dumb enough to add a /datum/New() proc