Skip to content

Commit

Permalink
Forgot a line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale32bit committed Dec 14, 2024
1 parent 92ccbea commit a8f397c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public class CustomNameModule {
public static final String ID = "customName";

private ArrayList<CustomNameConfig.NameFormat> formats = new ArrayList<>();
private final ConcurrentHashMap<UUID, String> namesCache = new ConcurrentHashMap<>();

public CustomNameModule() {
Solstice.configManager.registerData(ID, CustomNameConfig.class, CustomNameConfig::new);
Expand Down

0 comments on commit a8f397c

Please sign in to comment.