mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-06 02:51:32 +01:00
Prevent near empty userdata file creation.
This commit is contained in:
parent
cbaf126a25
commit
18811122b3
@ -690,7 +690,6 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
|
||||
LOGGER.log(Level.INFO, "Constructing new userfile from base player {0}", base.getName());
|
||||
}
|
||||
user = new User(base, this);
|
||||
user.setLastAccountName(base.getName());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user