aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt
index cf55416b..e8c12442 100644
--- a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt
+++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt
@@ -225,7 +225,7 @@ class DevTestCommand {
reply(AQUA.toString() + "I would never search")
}.withHelp("Reset your search data to redisplay the search tutorial")
thenLiteralExecute("bluehair") {
- PronounDB.test()
+ PronounDB.test(MC.thePlayer.uniqueID)
}.withHelp("Test the pronoundb integration")
thenLiteral("opengui") {
thenArgumentExecute("class", StringArgumentType.string()) { className ->