diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index e12ee06..5854da1 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/plugin.yml b/src/plugin.yml index cef3e6a..f00271d 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,6 +1,6 @@ name: TwosideKeeper main: sig.plugin.TwosideKeeper.TwosideKeeper -version: 3.8.5ar1 +version: 3.8.5b commands: money: description: Tells the player the amount of money they are holding. diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/Loot.java b/src/sig/plugin/TwosideKeeper/HelperStructures/Loot.java index ae26b78..08dc54b 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/Loot.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/Loot.java @@ -57,7 +57,7 @@ public class Loot { if (setitem && (raresword.getType().toString().contains("SWORD") || GenericFunctions.isArmor(raresword))) { if (damager==null && m==null) { - raresword = GenerateSetPiece(raresword,hardened,settier); + raresword = GenerateSetPiece(raresword,hardened,settier); } else { LivingEntity shooter = CustomDamage.getDamagerEntity(damager); Player p = null;