mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-10 18:38:18 +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());
|
LOGGER.log(Level.INFO, "Constructing new userfile from base player {0}", base.getName());
|
||||||
}
|
}
|
||||||
user = new User(base, this);
|
user = new User(base, this);
|
||||||
user.setLastAccountName(base.getName());
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user