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

chore: remove ai from balloon armorstand

This commit is contained in:
Logan
2025-09-07 13:46:11 -05:00
parent 075d2b3182
commit c7e6a77eb8

View File

@@ -50,6 +50,7 @@ public class UserBalloonManager {
e.setSmall(true);
e.setMarker(true);
e.setPersistent(false);
e.setAI(false);
e.getPersistentDataContainer().set(HMCCServerUtils.getCosmemeticMobKey(), PersistentDataType.BOOLEAN, true);
});
}