mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-24 07:41:29 -04:00
fix yaml field typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user