Skip to content

Commit

Permalink
[FIX] Wrong Permission Node for Disabling Slots
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfstorm <[email protected]>
  • Loading branch information
Wolfieheart committed Jul 24, 2021
1 parent ce3f4d9 commit a28bc70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private void resetPosition(ArmorStand armorStand) {
}

private void openEquipment(ArmorStand armorStand) {
if(!getPlayer().hasPermission("assedit.equipment")) return;
if(!getPlayer().hasPermission("asedit.equipment")) return;
equipMenu = new EquipmentMenu(this, armorStand);
equipMenu.open();
}
Expand Down

0 comments on commit a28bc70

Please sign in to comment.