From 2b4e475900dda6c97b5cf6675f18b0cd4c834dae Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:23:12 +0200 Subject: typo --- src/main/java/at/hannibal2/skyhanni/utils/NEUItems.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/at/hannibal2/skyhanni/utils/NEUItems.kt b/src/main/java/at/hannibal2/skyhanni/utils/NEUItems.kt index 30424593c..2aac8f11b 100644 --- a/src/main/java/at/hannibal2/skyhanni/utils/NEUItems.kt +++ b/src/main/java/at/hannibal2/skyhanni/utils/NEUItems.kt @@ -160,7 +160,7 @@ object NEUItems { CopyErrorCommand.logError( IllegalStateException("Something went wrong!"), "Encountered an error getting the item for §7$internalName§c. " + - "This may be because your NEU repo is outdated. Please ask in the SkyHanni" + + "This may be because your NEU repo is outdated. Please ask in the SkyHanni " + "Discord if this is the case" ) fallbackItem -- cgit