mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
just a small MC change (#17523)
* just a small MC change * urg old mc code
This commit is contained in:
@@ -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