aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-04-30 20:28:03 +1000
committerGitHub <noreply@github.com>2023-04-30 12:28:03 +0200
commitc84c98a210d9d2579bed59054c3deb12c09978b4 (patch)
treeb79f5d62bd8198b0ef63c725bbeb1326dfbb7bd5 /src/main/java/at
parent67a0f9dd405dd4d2333dde81bee3827fea20a65f (diff)
downloadskyhanni-c84c98a210d9d2579bed59054c3deb12c09978b4.tar.gz
skyhanni-c84c98a210d9d2579bed59054c3deb12c09978b4.tar.bz2
skyhanni-c84c98a210d9d2579bed59054c3deb12c09978b4.zip
Requires neu alpha (#80)
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt b/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt
index 6b9e56145..11d921b9b 100644
--- a/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt
+++ b/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt
@@ -20,6 +20,7 @@ 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" +
"Use these links to download the latest version:"
)
return
@@ -40,6 +41,7 @@ object NEUVersionCheck {
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" +
"Use these links to download the latest version:"
)
}