diff --git a/code/__DEFINES/subsystems.dm b/code/__DEFINES/subsystems.dm index ac3ac7d982e..e9dee4a149a 100644 --- a/code/__DEFINES/subsystems.dm +++ b/code/__DEFINES/subsystems.dm @@ -45,9 +45,10 @@ // Subsystems shutdown in the reverse of the order they initialize in // The numbers just define the ordering, they are meaningless otherwise. -#define INIT_ORDER_GARBAGE 19 +#define INIT_ORDER_GARBAGE 20 +#define INIT_ORDER_LOGGING 19 #define INIT_ORDER_DBCORE 18 -#define INIT_ORDER_LOGGING 17 +#define INIT_ORDER_BLACKBOX 17 #define INIT_ORDER_SERVER_MAINT 16 #define INIT_ORDER_INPUT 15 #define INIT_ORDER_RESEARCH 14