mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Never write empty names file
This commit is contained in:
parent
148cbd06e0
commit
72760096f5
1 changed files with 3 additions and 0 deletions
|
@ -115,6 +115,9 @@ public class UUIDMap {
|
|||
@Override
|
||||
public void run() {
|
||||
pendingWrite = false;
|
||||
if (names.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
File configFile = null;
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue