mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Fix an error in DMMS (#3604)
Fixes a mistake in /atom/New() that breaks DMMS loading & has a minor performance impact.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user