Separate toggle for world teleports using homes.

This commit is contained in:
KHobbits 2012-05-22 17:54:19 +01:00
parent fa58503c9f
commit 74f0babc7d
4 changed files with 15 additions and 2 deletions

View file

@ -711,6 +711,12 @@ public class Settings implements ISettings
{
return config.getBoolean("world-teleport-permissions", false);
}
@Override
public boolean isWorldHomePermissions()
{
return config.getBoolean("world-home-permissions", false);
}
private boolean registerBackInListener;
@Override