diff --git a/core/src/main/java/com/seibel/lod/core/config/Config.java b/core/src/main/java/com/seibel/lod/core/config/Config.java index caad5a111..cb9e4d77d 100644 --- a/core/src/main/java/com/seibel/lod/core/config/Config.java +++ b/core/src/main/java/com/seibel/lod/core/config/Config.java @@ -885,7 +885,7 @@ public class Config public static class AutoUpdater { public static ConfigEntry enableAutoUpdater = new ConfigEntry.Builder() - .set(true) + .set(false) // Keep this as false for development .comment("Automatically checks for updates on game launch") .build(); diff --git a/core/src/main/resources/assets/lod/lang/en_us.json b/core/src/main/resources/assets/lod/lang/en_us.json index 6b2f6bed9..75d0dbb1f 100644 --- a/core/src/main/resources/assets/lod/lang/en_us.json +++ b/core/src/main/resources/assets/lod/lang/en_us.json @@ -6,8 +6,10 @@ "lod.updater.title": "Distant Horizons auto updater", - "lod.updater.text": + "lod.updater.text1": "There is a new update for Distant Horizons available", + "lod.updater.text2": + "Would you like to automatically update from version %s to %s", "lod.updater.later": "Later", "lod.updater.never":