mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Fix default value for useScriptNames setting
This commit is contained in:
parent
f59f213e3f
commit
7151442515
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ void Config::read(int argc, char *argv[]) {
|
|||
{"BGMTrackCount", 1},
|
||||
{"customScript", ""},
|
||||
{"pathCache", true},
|
||||
{"useScriptNames", 1},
|
||||
{"useScriptNames", true},
|
||||
{"preloadScript", json::array({})},
|
||||
{"RTP", json::array({})},
|
||||
{"fontSub", json::array({})},
|
||||
|
|
Loading…
Add table
Reference in a new issue