fix spawn anim

This commit is contained in:
zimzaza4
2024-07-29 03:50:11 +08:00
parent 4d6e1d03b6
commit 704825d4a7

View File

@@ -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) {