Skip to content

Commit

Permalink
1.21-1.1.2 all
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisQuepierts committed Aug 8, 2024
1 parent b7b518e commit de9d929
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
public class ClientUpdateAnimationPacket implements ISync {
public static final Type<ClientUpdateAnimationPacket> TYPE = NetworkPackets.createType(ClientUpdateAnimationPacket.class);
private final Map<ResourceLocation, Animation> animations;
protected ClientUpdateAnimationPacket() {
this.animations = Collections.emptyMap();
}

public ClientUpdateAnimationPacket(Map<ResourceLocation, Animation> map) {
this.animations = ImmutableMap.copyOf(map);
}
Expand Down

0 comments on commit de9d929

Please sign in to comment.