Removing never used ErrorHandler and UpdateTimer from Essentials Core, they are now in EssentialsUpdate

This commit is contained in:
snowleo 2011-10-27 18:45:15 +02:00
parent 04de66bc8a
commit 6c479fceed
5 changed files with 0 additions and 247 deletions

View file

@ -509,12 +509,6 @@ public class Settings implements ISettings
return config.getBoolean("disableSuffix", false);
}
@Override
public boolean isUpdateEnabled()
{
return config.getBoolean("update-check", false);
}
@Override
public long getAutoAfk()
{