modify scripts
This commit is contained in:
@ -523,7 +523,7 @@ namespace WordsToolkit.Scripts.Gameplay.Managers
|
||||
if (string.IsNullOrEmpty(word))
|
||||
return false;
|
||||
|
||||
if (!wordValidator.IsWordKnown(word.ToLower(), gameStateManager.CurrentLanguage))
|
||||
if (!wordValidator.IsWordKnown(word, gameStateManager.CurrentLanguage))
|
||||
return false;
|
||||
|
||||
bool wasOpened = false;
|
||||
|
||||
Reference in New Issue
Block a user