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