Revert to using boolean in json

This commit is contained in:
Josh Bodner 2022-07-21 11:04:37 -07:00
parent 2edc81ee2d
commit 1d208c7dc2
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ static void WriteSettings(const bool printAll = false) {
}
// 3drando doesn't have a "skip child zelda" setting, manually add it to the spoilerfile
jsonData["settings"]["Skip Child Zelda"] = Settings::skipChildZelda ? "On" : "Off";
jsonData["settings"]["Skip Child Zelda"] = Settings::skipChildZelda;
// spoilerLog.RootElement()->InsertEndChild(parentNode);