From 58a27fd5efce0db4871c34c72a311d366bef9d17 Mon Sep 17 00:00:00 2001 From: Artur Date: Tue, 8 Sep 2020 11:09:39 +0300 Subject: [PATCH] Makes it start first --- code/__DEFINES/subsystems.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/__DEFINES/subsystems.dm b/code/__DEFINES/subsystems.dm index 269d1d3bd0..a3fdf762c2 100644 --- a/code/__DEFINES/subsystems.dm +++ b/code/__DEFINES/subsystems.dm @@ -51,7 +51,8 @@ #define INIT_ORDER_FAIL2TOPIC 99 #define INIT_ORDER_TITLE 98 #define INIT_ORDER_GARBAGE 95 -#define INIT_ORDER_DBCORE 93 +#define INIT_ORDER_DBCORE 94 +#define INIT_ORDER_STATPANELS 93 #define INIT_ORDER_BLACKBOX 92 #define INIT_ORDER_SERVER_MAINT 91 #define INIT_ORDER_INPUT 90 @@ -86,7 +87,6 @@ #define INIT_ORDER_MINOR_MAPPING -40 #define INIT_ORDER_PATH -50 #define INIT_ORDER_PERSISTENCE -95 -#define INIT_ORDER_STATPANELS -98 #define INIT_ORDER_DEMO -99 // o avoid a bunch of changes related to initialization being written, do this last #define INIT_ORDER_CHAT -100 //Should be last to ensure chat remains smooth during init.