mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
Fixed trivia --nohint, fixes #398
This commit is contained in:
@@ -131,9 +131,12 @@ public sealed class TriviaGame
|
||||
hintSent = true;
|
||||
// start a new countdown of the same length
|
||||
halfGuessTimerTask = TimeOutFactory();
|
||||
// send a hint out
|
||||
await OnHint(this, question);
|
||||
|
||||
if (!_opts.NoHint)
|
||||
{
|
||||
// send a hint out
|
||||
await OnHint(this, question);
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user