diff options
author | Lulonaut <lulonaut@lulonaut.tech> | 2023-12-26 10:24:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-26 10:24:41 +0100 |
commit | accf3c3124126db1232f7aee2b25000d6e5d6038 (patch) | |
tree | b36f05de67c9e7ff9bce20da6a82b8478504b10e /src/main/kotlin | |
parent | cdac22ba4543d16445148fe77e7adca08163ef54 (diff) | |
download | NotEnoughUpdates-accf3c3124126db1232f7aee2b25000d6e5d6038.tar.gz NotEnoughUpdates-accf3c3124126db1232f7aee2b25000d6e5d6038.tar.bz2 NotEnoughUpdates-accf3c3124126db1232f7aee2b25000d6e5d6038.zip |
migrate pronoundb integration to new api version (#964)
Diffstat (limited to 'src/main/kotlin')
-rw-r--r-- | src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt | 2 |
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 -> |