Updated version.

This commit is contained in:
sigonasr2 2016-08-25 22:13:10 -05:00
parent 4dedb85de7
commit 682dc91f66
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
name: TwosideKeeper name: TwosideKeeper
main: sig.plugin.TwosideKeeper.TwosideKeeper main: sig.plugin.TwosideKeeper.TwosideKeeper
version: 3.8.5ar1 version: 3.8.5b
commands: commands:
money: money:
description: Tells the player the amount of money they are holding. description: Tells the player the amount of money they are holding.

View File

@ -57,7 +57,7 @@ public class Loot {
if (setitem && (raresword.getType().toString().contains("SWORD") || GenericFunctions.isArmor(raresword))) { if (setitem && (raresword.getType().toString().contains("SWORD") || GenericFunctions.isArmor(raresword))) {
if (damager==null && m==null) { if (damager==null && m==null) {
raresword = GenerateSetPiece(raresword,hardened,settier); raresword = GenerateSetPiece(raresword,hardened,settier);
} else { } else {
LivingEntity shooter = CustomDamage.getDamagerEntity(damager); LivingEntity shooter = CustomDamage.getDamagerEntity(damager);
Player p = null; Player p = null;