This commit is contained in:
Ceikry 2020-03-25 23:13:02 -05:00
parent 58204b61b6
commit 569b4c4871

View file

@ -50,7 +50,7 @@ public class YakArmourPlugin extends UseWithHandler {
@Override
public void create(final int amount, int index) {
player.getPulseManager().run(new YakArmourPulse(player, index == 1 ? LEGS : BODY, index, amount));
player.getPulseManager().run(new YakArmourPulse(player, index == 1 ? BODY : LEGS, index, amount));
}
@Override