9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-27 10:59:14 +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

1
.idea/gradle.xml generated
View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>

View File

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