We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf6dec commit 266ffbdCopy full SHA for 266ffbd
src/main/java/doggytalents/common/entity/anim/DogAnimationManager.java
@@ -17,7 +17,6 @@ public class DogAnimationManager {
17
//Client
18
public final DogAnimationState animationState
19
= new DogAnimationState();
20
- public boolean needRefresh = false;
21
22
//Common
23
private boolean started = false;
@@ -47,8 +46,6 @@ public void onAnimationChange(DogAnimation anim) {
47
46
started = false;
48
looping = false;
49
animationState.stop();
50
- if (dog.level().isClientSide)
51
- this.needRefresh = true;
52
}
53
54
0 commit comments