Skip to content

Commit

Permalink
[CI-SKIP] Comment Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfieheart <[email protected]>
  • Loading branch information
Wolfieheart committed Dec 9, 2024
1 parent 5165832 commit ad77f73
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ public PresetArmorPosesMenu(PlayerEditor pe, ArmorStand as) {
private void fillInventory() {
menuInv.clear();

/**
* Menu Set up in a similar way as to how we do it for
* the actual ArmorStand menu
/*
Menu Set up in a similar way as to how we do it for
the actual ArmorStand menu
*/

//Blank Slots
Expand Down Expand Up @@ -173,7 +173,7 @@ public void handlePresetPose(String itemName, Player player){
setPresetPose(player, 1, 33, 67, -145, -33, -4, -42, 21, 1, -100, 0, -1, -29, -38, -18, 0, -4, 0);
player.playSound(player.getLocation(), Sound.BLOCK_COMPARATOR_CLICK, 1, 1);
player.closeInventory();
} else if (itemName.equals(PRESENTING)) {
} else if (itemName.equals(PRESENTING)) {
setPresetPose(player, 280, 330, 0, 10, 0, 350, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
player.playSound(player.getLocation(), Sound.BLOCK_COMPARATOR_CLICK, 1, 1);
player.closeInventory();
Expand Down

0 comments on commit ad77f73

Please sign in to comment.