Updated version.
This commit is contained in:
parent
4dedb85de7
commit
682dc91f66
Binary file not shown.
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user