This commit is contained in:
mfnalex 2020-07-14 01:26:54 +02:00
parent 5ef06ad78d
commit 7cb026e156
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ public class ChestSortPlugin extends JavaPlugin implements de.jeff_media.ChestSo
String sortingMethod;
ArrayList<String> disabledWorlds;
ChestSortAPIHandler api;
final int currentConfigVersion = 36;
final int currentConfigVersion = 37;
boolean usingMatchingConfig = true;
protected boolean debug = false;
boolean verbose = true;

View File

@ -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