Skip to content

Commit

Permalink
set skin layers to all on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
samolego committed Feb 8, 2024
1 parent 24d19d4 commit b4a92dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class NPCData {
public String commandCooldownMessage = config.defaults.commandCooldownMessage;

public final Map<String, Boolean> booleanTags = new HashMap<>();
public byte skinLayers = 0xF;
public byte skinLayers = 127;

public static class Follow {
/**
Expand Down

0 comments on commit b4a92dc

Please sign in to comment.