1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 11:37:30 +02:00

Fix player still being in user list after he was deleted.

This commit is contained in:
snowleo
2011-07-18 03:54:33 +02:00
parent 259d51a45a
commit c68f0d2e0c

View File

@@ -60,6 +60,7 @@ public final class Economy
{
logger.log(Level.WARNING, Util.format("deleteFileError", config));
}
ess.getAllUsers().remove(name.toLowerCase());
}
}