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:
1
.idea/gradle.xml
generated
1
.idea/gradle.xml
generated
@@ -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>
|
||||
|
||||
@@ -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