mirror of
https://github.com/GeyserExtensionists/GeyserModelEngine.git
synced 2025-12-19 15:09:18 +00:00
fix spawn anim
This commit is contained in:
@@ -357,10 +357,6 @@ public class EntityTask {
|
||||
setAnimationProperty(1);
|
||||
return 0;
|
||||
}
|
||||
if (animationProperty.getName().equalsIgnoreCase("spawn")) {
|
||||
setAnimationProperty(0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
boolean play = false;
|
||||
if (currentAnimationPriority.get() < p) {
|
||||
|
||||
Reference in New Issue
Block a user