From 14bd90232a36325d0b355ee1de3898f8c5b4d03b Mon Sep 17 00:00:00 2001 From: nea Date: Wed, 22 Feb 2023 00:01:17 +0100 Subject: whoops --- .../io/github/moulberry/notenoughupdates/commands/misc/MiscCommands.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/misc/MiscCommands.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/misc/MiscCommands.kt index b8abb99e..b28ca978 100644 --- a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/misc/MiscCommands.kt +++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/misc/MiscCommands.kt @@ -162,7 +162,7 @@ class MiscCommands { nc.printChatMessage(ChatComponentText("§e[NEU] §a$it")) } null - }, MinecraftExecutor.OnThread) + }, MinecraftExecutor.OffThread) } -- cgit