From 4a4956e12f7a3edae22422ab83a796c8c7e2ffe5 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Sun, 18 Jun 2023 18:05:06 +1000 Subject: Maybe people will read (#239) --- src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni') 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:" ) } -- cgit