diff options
author | nea <nea@nea.moe> | 2023-09-09 20:20:10 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-09-09 20:20:10 +0200 |
commit | 266786033ba65fa697116e5e6a59dedfc2a20730 (patch) | |
tree | 7ea3cc06a04b5df406a7239dad3390471f587f08 /src/main/kotlin | |
parent | 5b8361e41aaa5171f10059e15ffc4326de9780ea (diff) | |
download | NotEnoughUpdates-266786033ba65fa697116e5e6a59dedfc2a20730.tar.gz NotEnoughUpdates-266786033ba65fa697116e5e6a59dedfc2a20730.tar.bz2 NotEnoughUpdates-266786033ba65fa697116e5e6a59dedfc2a20730.zip |
Fix IQ test and oneconfig
Diffstat (limited to 'src/main/kotlin')
-rw-r--r-- | src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/IQTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/IQTest.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/IQTest.kt index 8817dac1..b15649a9 100644 --- a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/IQTest.kt +++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/IQTest.kt @@ -52,7 +52,7 @@ object IQTest { } else { wrongAnswer() } - SettingsCommand.lastEditor?.updateSearchResults() + SettingsCommand.lastEditor?.updateSearchResults(true) } private fun wrongAnswer() { |