From e855be64ad1f156c3a8c0291266c81482e90bead Mon Sep 17 00:00:00 2001 From: "Kristian S. Stangeland" Date: Wed, 12 Dec 2012 07:41:58 +0100 Subject: [PATCH] Default settings matter. Make auto-update opt-in. --- ProtocolLib/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProtocolLib/src/main/resources/config.yml b/ProtocolLib/src/main/resources/config.yml index 0b5a4f64..32f4e4c3 100644 --- a/ProtocolLib/src/main/resources/config.yml +++ b/ProtocolLib/src/main/resources/config.yml @@ -2,7 +2,7 @@ global: # Settings for the automatic version updater auto updater: notify: true - download: true + download: false # Number of seconds to wait until a new update is downloaded delay: 43200 # 12 hours