mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-28 01:10:52 +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
|
@ -41,7 +41,14 @@
|
||||||
<url>http://ci.ess3.net/</url>
|
<url>http://ci.ess3.net/</url>
|
||||||
</ciManagement>
|
</ciManagement>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.bukkit</groupId>
|
||||||
|
<artifactId>bukkit</artifactId>
|
||||||
|
<version>1.7.2-R0.3-SNAPSHOT</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/../lib/bukkit.jar</systemPath>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>BOSEconomy</groupId>
|
<groupId>BOSEconomy</groupId>
|
||||||
<artifactId>BOSEconomy</artifactId>
|
<artifactId>BOSEconomy</artifactId>
|
||||||
|
|
|
@ -872,7 +872,7 @@ public abstract class UserData extends PlayerExtension implements IConf
|
||||||
|
|
||||||
public void trackUUID()
|
public void trackUUID()
|
||||||
{
|
{
|
||||||
config.setProperty("uuid", base.getUniqueId());
|
config.setProperty("uuid", base.getUniqueId().toString());
|
||||||
config.save();
|
config.save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue