diff options
| author | llk89 <27812632+llk89@users.noreply.github.com> | 2021-07-01 22:02:22 +0800 |
|---|---|---|
| committer | llk89 <27812632+llk89@users.noreply.github.com> | 2021-07-01 22:02:22 +0800 |
| commit | 2322098c95b4af41358dcb5ce50fd0208e816d33 (patch) | |
| tree | 3207dda75b9dc34e9c76aa724ff972430d1c1dad /src/Java/gtPlusPlus/core/config | |
| parent | c98969b0c7032f47a0b5d153a32c0c1531ebc57a (diff) | |
| download | GT5-Unofficial-2322098c95b4af41358dcb5ce50fd0208e816d33.tar.gz GT5-Unofficial-2322098c95b4af41358dcb5ce50fd0208e816d33.tar.bz2 GT5-Unofficial-2322098c95b4af41358dcb5ce50fd0208e816d33.zip | |
Stop checking for update as we are on our own now
Diffstat (limited to 'src/Java/gtPlusPlus/core/config')
| -rw-r--r-- | src/Java/gtPlusPlus/core/config/ConfigHandler.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/core/config/ConfigHandler.java b/src/Java/gtPlusPlus/core/config/ConfigHandler.java index 0760dfc2cc..f5f4d502a1 100644 --- a/src/Java/gtPlusPlus/core/config/ConfigHandler.java +++ b/src/Java/gtPlusPlus/core/config/ConfigHandler.java @@ -18,9 +18,6 @@ public class ConfigHandler { new File(event.getModConfigurationDirectory(), "GTplusplus/GTplusplus.cfg")); config.load(); - enableUpdateChecker = config.getBoolean("enableUpdateChecker", "debug", true, - "Stops mod checking for updates."); - // Debug /* DEBUG = config.getBoolean("debugMode", "debug", false, "Enables all sorts of debug logging. (Don't use unless told to, breaks other things.)");*/ |
