summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2011-09-02 16:28:34 +0200
committersnowleo <schneeleo@gmail.com>2011-09-02 16:28:34 +0200
commit248e4e2ae2cf9096749143a7ca9239a35fbe098f (patch)
tree190e500452ece17aea40d32b7be03550dcf9a549
parentfb211d722cb93d1234930015746d963a02818d5f (diff)
downloadEssentials-248e4e2ae2cf9096749143a7ca9239a35fbe098f.tar
Essentials-248e4e2ae2cf9096749143a7ca9239a35fbe098f.tar.gz
Essentials-248e4e2ae2cf9096749143a7ca9239a35fbe098f.tar.lz
Essentials-248e4e2ae2cf9096749143a7ca9239a35fbe098f.tar.xz
Essentials-248e4e2ae2cf9096749143a7ca9239a35fbe098f.zip
Disabling update check for now, we have to find a better solution.
-rw-r--r--Essentials/src/com/earth2me/essentials/Settings.java2
-rw-r--r--Essentials/src/config.yml6
2 files changed, 1 insertions, 7 deletions
diff --git a/Essentials/src/com/earth2me/essentials/Settings.java b/Essentials/src/com/earth2me/essentials/Settings.java
index 2b7eea8f6..665da17a6 100644
--- a/Essentials/src/com/earth2me/essentials/Settings.java
+++ b/Essentials/src/com/earth2me/essentials/Settings.java
@@ -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
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index 6884960c1..d2c12be0e 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -230,12 +230,6 @@ remove-god-on-disconnect: false
# This only works if no other permission plugins are installed
use-bukkit-permissions: false
-# Check for updates
-# We do not recommend to disable this unless you are using CraftbukkitUpToDate or Bukget.
-# If you don't like the notices in game, remove the permission
-# essentials.admin.notices.update from your user.
-update-check: true
-
# Auto-AFK
# After this timeout in seconds, the user will be set as afk.
# Set to -1 for no timeout.