mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-17 12:30:13 +08:00
Never write empty names file
This commit is contained in:
parent
148cbd06e0
commit
72760096f5
@ -115,6 +115,9 @@ public class UUIDMap {
|
||||
@Override
|
||||
public void run() {
|
||||
pendingWrite = false;
|
||||
if (names.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
File configFile = null;
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user