mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-25 21:59:08 +02:00
Disabling update check for now, we have to find a better solution.
This commit is contained in:
@@ -483,7 +483,7 @@ public class Settings implements ISettings
|
||||
@Override
|
||||
public boolean isUpdateEnabled()
|
||||
{
|
||||
return config.getBoolean("update-check", true);
|
||||
return config.getBoolean("update-check", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user