refactor: clearer method name
This commit is contained in:
parent
8cfabe4a5c
commit
f0dde058b0
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class PlayerDataStore {
|
||||||
return names.containsKey(player.getUniqueId());
|
return names.containsKey(player.getUniqueId());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void removeAllNames() {
|
public void clearStoredNames() {
|
||||||
names.clear();
|
names.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue