fixed trivia bug

This commit is contained in:
Kwoth 2016-07-24 13:34:51 +02:00
parent 32f37d4739
commit b9d81fb88a

View File

@ -123,7 +123,7 @@ namespace NadekoBot.Modules.Games.Commands.Trivia
guess = true;
}
}
catch { _guessLock.Release(); }
finally { _guessLock.Release(); }
if (!guess) return;
triviaCancelSource.Cancel();
await channel.SendMessage($"☑️ {e.User.Mention} guessed it! The answer was: **{CurrentQuestion.Answer}**").ConfigureAwait(false);