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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user