mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] just a small MC change (#10639)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ced82754ca
commit
2d77b715d1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user