9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-29 20:09:13 +00:00

Armor stand is not set to be a marker

This commit is contained in:
HeroBrineGoat
2021-11-08 17:46:10 -05:00
parent 5d3dd56182
commit ebe1b4faf9
2 changed files with 2 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ public class User {
ArmorStand.class,
armorStand -> {
armorStand.setVisible(false);
armorStand.setMarker(true);
player.addPassenger(armorStand);
});
}