Fix garbage collector warning not using config

This commit is contained in:
James Seibel
2026-04-21 19:59:17 -05:00
parent 1debd4b875
commit 4b317a8e00
2 changed files with 7 additions and 4 deletions
@@ -54,7 +54,7 @@ public class Initializer
public static void init() public static void preConfigInit()
{ {
//============================// //============================//
// check referenced libraries // // check referenced libraries //
@@ -177,6 +177,11 @@ public class Initializer
//endregion //endregion
}
/** fired after DH's config has been set up */
public static void postConfigInit()
{
//==============================// //==============================//
@@ -238,8 +243,7 @@ public class Initializer
//endregion //endregion
} }
} }
@@ -74,7 +74,6 @@ public class SharedApi
//region //region
private SharedApi() { } private SharedApi() { }
public static void init() { Initializer.init(); }
//endregion //endregion