diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index 54b60da..67226f4 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/plugin.yml b/src/plugin.yml index f4a6ccb..b11bcf7 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,6 +1,6 @@ name: TwosideKeeper main: sig.plugin.TwosideKeeper.TwosideKeeper -version: 3.6.1 +version: 3.6.1r1 commands: money: description: Tells the player the amount of money they are holding. diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java index 466e23b..26f125a 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java @@ -1830,7 +1830,7 @@ public class GenericFunctions { item.getType()!=Material.AIR && (item.getType().toString().contains("SPADE") || item.getType().toString().contains("AXE")|| item.getType().toString().contains("HOE"))) { - return true; + return true; } else { return false; }