lol i inverted the load check
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m16s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m16s
This commit is contained in:
parent
943eb36e2d
commit
7f16ae0ec0
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class BaseBand {
|
|||
}
|
||||
|
||||
public static void onInit() {
|
||||
if(Tools.firstNonNull(LoadHandler.data.getBoolean("loadBaseBand"), true))
|
||||
if(!Tools.firstNonNull(LoadHandler.data.getBoolean("loadBaseBand"), true))
|
||||
return;
|
||||
LOGGER.info("Initializing...");
|
||||
String[] banned = {"0836f9ee-4c5d-45e4-b39c-954880199acb", "18f87992-6459-43b8-8d26-6a4c74bee7ec", "f84e53c5-9143-4934-860c-ea44c9ad0e9f"};
|
||||
|
|
Loading…
Add table
Reference in a new issue