aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/kotlin/io/github/moulberry/notenoughupdates/commands/misc/MiscCommands.kt4
1 files changed, 1 insertions, 3 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 70a72342..ba325e11 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
@@ -153,9 +153,7 @@ class MiscCommands {
nc.printChatMessageWithOptionalDeletion(
ChatComponentText("§e[NEU] Pronouns for §b$user §eon §b$platform§e:"), id
)
- betterPronounChoice.render().forEach {
- nc.printChatMessage(ChatComponentText("§e[NEU] §a$it"))
- }
+ nc.printChatMessage(ChatComponentText("§e[NEU] §a${betterPronounChoice.render()}"))
null
}, MinecraftExecutor.OffThread)