Adding change to small hint fix

This commit is contained in:
rootcoma 2013-11-06 20:55:55 -08:00
parent 9cfe2f5927
commit d304d203cf
1 changed files with 1 additions and 0 deletions

View File

@ -907,6 +907,7 @@ class TriviaTime(callbacks.Plugin):
masked = ansend[i]
if masked == ' ':
hintsend = ' '
unmasked += 1
elif maskedInARow > 2 and unmasked < (len(ans)-divider):
lettersInARow += 1
hintsend += ansend[i]