diff --git a/src/com/cnaude/chairs/Chairs.java b/src/com/cnaude/chairs/Chairs.java index dcb0d40..86d1b4c 100644 --- a/src/com/cnaude/chairs/Chairs.java +++ b/src/com/cnaude/chairs/Chairs.java @@ -36,7 +36,6 @@ public class Chairs extends JavaPlugin { public boolean autoRotate, signCheck, permissions, notifyplayer, opsOverridePerms; public boolean invertedStairCheck, invertedStepCheck, perItemPerms, ignoreIfBlockInHand; public boolean sitEffectsEnabled; - public boolean authmelogincorrection; public double sittingHeight, sittingHeightAdj, distance; public int maxChairWidth; public int sitMaxHealth; @@ -217,8 +216,6 @@ public class Chairs extends JavaPlugin { opsOverridePerms = getConfig().getBoolean("ops-override-perms"); ignoreIfBlockInHand = getConfig().getBoolean("ignore-if-block-in-hand"); - authmelogincorrection = getConfig().getBoolean("authme-loginlocation-correction"); - sitEffectsEnabled = getConfig().getBoolean("sit-effects.enabled", false); sitEffectInterval = getConfig().getInt("sit-effects.interval",20); sitMaxHealth = getConfig().getInt("sit-effects.healing.max-percent",100); diff --git a/src/config.yml b/src/config.yml index 9c06560..2b21624 100644 --- a/src/config.yml +++ b/src/config.yml @@ -31,7 +31,6 @@ valid-signs: - WALL_SIGN - SIGN_POST - ITEM_FRAME -authme-loginlocation-correction: false auto-rotate: true max-chair-width: 3 sign-check: false diff --git a/target/Chairs.jar b/target/Chairs.jar index 52a55aa..dbf549b 100644 Binary files a/target/Chairs.jar and b/target/Chairs.jar differ