diff --git a/lib/dictionary.dart b/lib/dictionary.dart index 4f2bab8..7997cfb 100644 --- a/lib/dictionary.dart +++ b/lib/dictionary.dart @@ -97,9 +97,9 @@ class Dictionary { bucketShuffled = false; } else { buckets[bucketIdx].shuffle(); - bucketsIters[bucketIdx] = 0; bucketShuffled = true; } + bucketsIters[bucketIdx] = 0; } } hatWords.add(word);