mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-28 19:39:14 +00:00
Armor stand is not set to be a marker
This commit is contained in:
@@ -139,6 +139,7 @@ public class User {
|
||||
ArmorStand.class,
|
||||
armorStand -> {
|
||||
armorStand.setVisible(false);
|
||||
armorStand.setMarker(true);
|
||||
player.addPassenger(armorStand);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user