fix yaml field typo

This commit is contained in:
gymnast86
2026-04-24 03:25:05 -07:00
parent 8b117c8ed3
commit fccce91ea5
@@ -34,7 +34,7 @@ std::optional<std::string> RandomizerContext::WriteToFile() {
YAML::Node out{};
for (const auto& [settingName, option] : this->mSettings) {
out["Settings"][settingName] = option;
out["mSettings"][settingName] = option;
}
// NOTE: When dumping u8s, they must be converted to u16s (or higher), otherwise they get dumped