Oops part 2

This commit is contained in:
Christopher Leggett 2022-08-29 01:04:13 -04:00
parent f44c588a2c
commit 51dbee365a
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79

View File

@ -1707,7 +1707,7 @@ bool Randomizer::IsItemVanilla(RandomizerGet randoGet) {
}
return true;
case RG_GERUDO_FORTRESS_SMALL_KEY:
if (GetRandoSettingValue(RSK_GERUDO_KEYS != 0)) {
if (GetRandoSettingValue(RSK_GERUDO_KEYS) != 0) {
return false;
}
return true;