mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Revert "Added a configuration option for disabling subsystems by name"
This commit is contained in:
@@ -176,12 +176,6 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
|
||||
|
||||
to_chat(world, "<span class='boldannounce'>Initializing subsystems...</span>")
|
||||
|
||||
// Config disable subsystem
|
||||
for(var/select=1, select <= subsystems.len, select++)
|
||||
for(var/disable=1, disable <= config.developer_disable_subsystem.len, disable++)
|
||||
if(subsystems[select].name == config.developer_disable_subsystem[disable])
|
||||
subsystems -= subsystems[select]
|
||||
|
||||
// Sort subsystems by init_order, so they initialize in the correct order.
|
||||
sortTim(subsystems, /proc/cmp_subsystem_init)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user