mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 11:06:08 +00:00
Allow the Essentials module to compile again.
This commit is contained in:
parent
0a6a79115a
commit
c8212371ff
2 changed files with 9 additions and 2 deletions
|
@ -872,7 +872,7 @@ public abstract class UserData extends PlayerExtension implements IConf
|
|||
|
||||
public void trackUUID()
|
||||
{
|
||||
config.setProperty("uuid", base.getUniqueId());
|
||||
config.setProperty("uuid", base.getUniqueId().toString());
|
||||
config.save();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue