Skip to content

Commit

Permalink
[CI-SKIP] Comments....
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 e7e4200 commit 7ce8fb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ private void chooseSize(ArmorStand armorStand){
return;
} else {
if(plugin.getServer().getMinecraftVersion().compareTo("1.21") >= 0 || plugin.getNmsVersion().compareTo("v1_21") >= 0){
//NOTE: New Sizing Menu ONLY WORKS IN 1.21 and HIGHER
sizeModificationMenu = new SizeMenu(this, armorStand);
sizeModificationMenu.openMenu();
} else {
Expand Down

0 comments on commit 7ce8fb1

Please sign in to comment.