small changes and fixes

This commit is contained in:
Master Kwoth
2016-02-27 02:18:49 +01:00
parent d8fa1327ed
commit 6e01fb29cd
5 changed files with 10 additions and 5 deletions

View File

@ -76,7 +76,7 @@ namespace NadekoBot.Classes.Trivia {
// load next question if game is still running
await Task.Delay(2000);
}
End().Wait();
await End();
}
private async Task End() {