mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
parent
c43574eab9
commit
e9c0bd3bab
3 changed files with 10 additions and 2 deletions
|
@ -150,6 +150,10 @@ public abstract class UserData extends PlayerExtension implements IConf
|
|||
{
|
||||
try
|
||||
{
|
||||
if (getHomes().isEmpty())
|
||||
{
|
||||
return null;
|
||||
}
|
||||
Location loc;
|
||||
for (String home : getHomes())
|
||||
{
|
||||
|
@ -476,7 +480,6 @@ public abstract class UserData extends PlayerExtension implements IConf
|
|||
config.setProperty("teleportenabled", set);
|
||||
config.save();
|
||||
}
|
||||
|
||||
private List<String> ignoredPlayers;
|
||||
|
||||
public List<String> _getIgnoredPlayers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue