mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-10 00:28:22 +02:00
Stop delayed writes from reversing user reset.
This commit is contained in:
@@ -49,6 +49,7 @@ public abstract class UserData extends PlayerExtension implements IConf
|
||||
|
||||
public final void reset()
|
||||
{
|
||||
config.forceSave();
|
||||
config.getFile().delete();
|
||||
ess.getUserMap().removeUser(this.getBase().getName());
|
||||
}
|
||||
|
Reference in New Issue
Block a user