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