From d304d203cf59c8afbe461219b2ab35cf7514fc65 Mon Sep 17 00:00:00 2001 From: rootcoma Date: Wed, 6 Nov 2013 20:55:55 -0800 Subject: [PATCH] Adding change to small hint fix --- plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.py b/plugin.py index 13a139e..7c43bbe 100644 --- a/plugin.py +++ b/plugin.py @@ -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]