mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-09 08:06:54 +02:00
Prevent near empty userdata file creation.
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user