mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +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");
|
||||
}
|
||||
|
||||
if (loading) {
|
||||
return;
|
||||
}
|
||||
|
||||
names.clear();
|
||||
history.clear();
|
||||
loading = true;
|
||||
|
|
Loading…
Reference in a new issue