1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-25 21:59:08 +02:00

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()
{