aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt b/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt
index 11d921b9b..00a51aaa7 100644
--- a/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt
+++ b/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt
@@ -20,7 +20,9 @@ object NEUVersionCheck {
neuWarning(
"NotEnoughUpdates is missing!\n" +
"SkyHanni requires the latest version of NotEnoughUpdates to work.\n" +
- "You currently need NEU version 2.1.1-Alpha-15 or later.\n" +
+ "You currently need NEU version 2.1.1-Alpha-16.1 or later.\n" +
+ "NEU 2.1 is NOT the latest version.\n" +
+ "It is ONLY in the alphas channel in the NEU discord\n" +
"Use these links to download the latest version:"
)
return
@@ -34,14 +36,12 @@ object NEUVersionCheck {
}
} catch (_: Throwable) {
}
- outdated()
- }
-
- private fun outdated() {
neuWarning(
"NotEnoughUpdates is outdated!\n" +
"SkyHanni requires the latest version of NotEnoughUpdates to work.\n" +
- "You currently need NEU version 2.1.1-Alpha-15 or later.\n" +
+ "You currently need NEU version 2.1.1-Alpha-16.1 or later.\n" +
+ "NEU 2.1 is NOT the latest version.\n" +
+ "It is ONLY in the alphas channel in the NEU discord\n" +
"Use these links to download the latest version:"
)
}