From 11b20b27440e5149f9a76f84b5c6e00dc14183f7 Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Mon, 31 May 2021 18:50:51 +0100 Subject: [PATCH] Disable backwards compat by default While we do have code which sets this to true if there is no data-storage dir there are many cases where that dir is copied however the config is not meaning it gets enabled. --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 54cd722aa..f120d40e6 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -5,7 +5,7 @@ options: # You can download the latest stable build here: https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/ auto-update: true - backwards-compatibility: true + backwards-compatibility: false chat-prefix: '&a&lSlimefun 4&7> ' armor-update-interval: 10 enable-armor-effects: true