just a small MC change (#17523)

* just a small MC change

* urg old mc code
This commit is contained in:
Kashargul
2025-04-13 04:05:05 +02:00
committed by GitHub
parent f83d6e4f56
commit 0848c77c25
+5 -1
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