mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-30 09:21:53 +00:00
Removing never used ErrorHandler and UpdateTimer from Essentials Core, they are now in EssentialsUpdate
This commit is contained in:
parent
04de66bc8a
commit
6c479fceed
5 changed files with 0 additions and 247 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue