diff --git a/extensions/removerepeat.cpp b/extensions/removerepeat.cpp index 1e1d2ec..17321a2 100644 --- a/extensions/removerepeat.cpp +++ b/extensions/removerepeat.cpp @@ -56,5 +56,5 @@ bool RemoveRepeatedSentences(std::wstring& sentence, int threadHandle) bool ProcessSentence(std::wstring& sentence, const InfoForExtension* miscInfo) { if (GetProperty("hook address", miscInfo) == -1) return false; - return RemoveRepeatedChars(sentence) | RemoveCyclicRepeats(sentence) | RemoveRepeatedSentences(sentence, GetProperty("thread handle", miscInfo)); + return RemoveRepeatedChars(sentence) | RemoveCyclicRepeats(sentence) | RemoveRepeatedSentences(sentence, GetProperty("text handle", miscInfo)); } \ No newline at end of file