mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-10 06:22:55 +00:00
Enforce userdata save on player dispose.
This commit is contained in:
parent
2ac1ce4f56
commit
4590e7ea26
3 changed files with 22 additions and 1 deletions
|
@ -242,6 +242,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo, net.es
|
|||
{
|
||||
this.base = new OfflinePlayer(base.getUniqueId(), ess.getServer());
|
||||
}
|
||||
cleanup();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue