From 7cb026e156d203d3583e16184bd0879c376a1373 Mon Sep 17 00:00:00 2001 From: mfnalex <1122571+mfnalex@users.noreply.github.com> Date: Tue, 14 Jul 2020 01:26:54 +0200 Subject: [PATCH] fixes #85 --- src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java | 2 +- src/main/resources/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java b/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java index 0de44d4..a748c41 100644 --- a/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java +++ b/src/main/java/de/jeff_media/ChestSort/ChestSortPlugin.java @@ -68,7 +68,7 @@ public class ChestSortPlugin extends JavaPlugin implements de.jeff_media.ChestSo String sortingMethod; ArrayList disabledWorlds; ChestSortAPIHandler api; - final int currentConfigVersion = 36; + final int currentConfigVersion = 37; boolean usingMatchingConfig = true; protected boolean debug = false; boolean verbose = true; diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index eca3dfa..af265f8 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -576,4 +576,4 @@ log: false # Please DO NOT change the following line manually! # It is used by the automatic config updater. -config-version: 36 +config-version: 37