refactor: clearer method name

This commit is contained in:
aro 2023-03-07 08:57:23 +01:00
parent 8cfabe4a5c
commit f0dde058b0

View file

@ -40,7 +40,7 @@ public class PlayerDataStore {
return names.containsKey(player.getUniqueId());
}
public void removeAllNames() {
public void clearStoredNames() {
names.clear();
}