diff options
author | nea <nea@nea.moe> | 2023-02-22 00:01:17 +0100 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-02-22 00:01:17 +0100 |
commit | 14bd90232a36325d0b355ee1de3898f8c5b4d03b (patch) | |
tree | 88d8eca04930cb4d5d6f4ceafc881ff401de5a81 | |
parent | 1d80d1148bd4f8402e238665dd47ed04de9d9003 (diff) | |
download | NotEnoughUpdates-14bd90232a36325d0b355ee1de3898f8c5b4d03b.tar.gz NotEnoughUpdates-14bd90232a36325d0b355ee1de3898f8c5b4d03b.tar.bz2 NotEnoughUpdates-14bd90232a36325d0b355ee1de3898f8c5b4d03b.zip |
whoops
-rw-r--r-- | src/main/kotlin/io/github/moulberry/notenoughupdates/commands/misc/MiscCommands.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |