[MIRROR] just a small MC change (#10639)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-12 19:57:22 -07:00
committed by GitHub
parent ced82754ca
commit 2d77b715d1

View File

@@ -250,7 +250,11 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
SS_INIT_NO_NEED,
)
if (subsystem.flags & SS_NO_INIT || subsystem.subsystem_initialized) //Don't init SSs with the corresponding flag or if they already are initialized
if (subsystem.subsystem_initialized) //Don't init if they already are initialized
return
if (subsystem.flags & SS_NO_INIT)
subsystem.subsystem_initialized = TRUE
return
current_initializing_subsystem = subsystem