Merge pull request #101 from rootcoma/questions_points

Subtracting more points on questions answered quickly
This commit is contained in:
tannn 2013-11-13 13:54:41 -08:00
commit 6f3744618c
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ class TriviaTime(callbacks.Plugin):
self.removeEvent()
self.storage.updateQuestionStats(self.lineNumber, 1, 0)
self.storage.updateQuestionStats(self.lineNumber, (4-self.hintsCounter), 0)
if self.stopPending == True:
self.stop()