Disabling update check for now, we have to find a better solution.

This commit is contained in:
snowleo 2011-09-02 16:28:34 +02:00
parent fb211d722c
commit 248e4e2ae2
2 changed files with 1 additions and 7 deletions

View file

@ -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