Skip to content

Commit

Permalink
FIXED UGH
Browse files Browse the repository at this point in the history
  • Loading branch information
GremlingSS committed Jul 17, 2023
1 parent b18d6dd commit aa762d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/controllers/subsystem/atoms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ SUBSYSTEM_DEF(atoms)
if(!A) //possible harddel
qdeleted = TRUE
else if(!(A.flags_1 & INITIALIZED_1))
log_world("Failed init @[A.x],[A.y],[A.z]")
BadInitializeCalls[the_type] |= BAD_INIT_DIDNT_INIT
else
SEND_SIGNAL(A,COMSIG_ATOM_AFTER_SUCCESSFUL_INITIALIZE)
Expand Down

0 comments on commit aa762d8

Please sign in to comment.