We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f7ea4 commit 2fe96aaCopy full SHA for 2fe96aa
1 file changed
common/src/main/java/draylar/identity/mixin/player/PlayerEntityTickMixin.java
@@ -33,6 +33,10 @@ private void serverTick(CallbackInfo info) {
33
if(handler != null) {
34
handler.tick((PlayerEntity) (Object) this, identity);
35
}
36
+
37
+ if(getWorld().isClient) {
38
+ identity.tick();
39
+ }
40
41
42
// Update misc. server-side entity properties for the player.
0 commit comments