mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed default ini language value.
This commit is contained in:
@@ -391,7 +391,7 @@ namespace loot {
|
||||
YAML::Node root;
|
||||
std::vector<Game> games;
|
||||
|
||||
root["Language"] = "eng";
|
||||
root["Language"] = "en";
|
||||
root["Game"] = "auto";
|
||||
root["Last Game"] = "auto";
|
||||
root["Debug Verbosity"] = 0;
|
||||
|
||||
Reference in New Issue
Block a user