mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Fix player still being in user list after he was deleted.
This commit is contained in:
parent
be83383fd5
commit
e37db99c56
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ public final class Economy
|
||||||
{
|
{
|
||||||
logger.log(Level.WARNING, Util.format("deleteFileError", config));
|
logger.log(Level.WARNING, Util.format("deleteFileError", config));
|
||||||
}
|
}
|
||||||
|
ess.getAllUsers().remove(name.toLowerCase());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue