mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 16:09:44 +00:00
Don't allow double loads
This commit is contained in:
parent
e90455463f
commit
ba97e5fff5
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ public class UUIDMap {
|
||||||
ess.getLogger().log(Level.INFO, "Reading usermap from disk");
|
ess.getLogger().log(Level.INFO, "Reading usermap from disk");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (loading) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
names.clear();
|
names.clear();
|
||||||
history.clear();
|
history.clear();
|
||||||
loading = true;
|
loading = true;
|
||||||
|
|
Loading…
Reference in a new issue