fixed nouns not being properly checked in database
This commit is contained in:
@@ -169,7 +169,7 @@ end
|
||||
|
||||
function in_dictionary(str)
|
||||
for i=1, #words do
|
||||
if words[i][1] == str then return true end
|
||||
if strip_symbols(words[i][1]) == str then return true end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user