[MIRROR] Fixes lateload map template cable loading (#9851)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-12 08:03:47 -07:00
committed by GitHub
parent c1cd7dc3f0
commit f19a517d0f
17 changed files with 28 additions and 25 deletions

View File

@@ -39,7 +39,7 @@ SUBSYSTEM_DEF(atoms)
created_atoms = list()
count = atoms.len
for(var/atom/A as anything in atoms)
if(!(A.flags & ATOM_INITIALIZED)) //CHOMPEdit
if(!(A.flags & ATOM_INITIALIZED))
if(InitAtom(A, mapload_arg))
atoms -= A
CHECK_TICK