From cb9a49d6ecba3ec6159e110e1fad3747fb411149 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sun, 14 Feb 2021 12:57:58 -0800 Subject: [PATCH] Allow usage on all game modes to avoid support questions. Fixes https://github.com/BentoBoxWorld/Level/issues/212 --- src/main/resources/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index c5527fd..c26bbc7 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -3,8 +3,7 @@ # # Disabled Game Mode Addons # Level will NOT hook into these game mode addons. -disabled-game-modes: -- AOneBlock +disabled-game-modes: [] # # Number of concurrent island calculations # If your CPU can handle it, you can run parallel island calcs if there are more than one in the queue