From dbd89f66de4a71d1d6548099233fa9b6bc7845b7 Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Fri, 3 Apr 2020 10:18:48 +0200 Subject: [PATCH] Add BLACKBOX again and make an define of it's own for logging --- code/__DEFINES/subsystems.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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