mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Adjust default paths
This commit is contained in:
parent
b785192a5e
commit
972d26ddde
1 changed files with 2 additions and 2 deletions
|
@ -142,11 +142,11 @@ if not args.noconf:
|
|||
try:
|
||||
LeveldesignDataShardDirectory
|
||||
except NameError:
|
||||
LeveldesignDataShardDirectory = "L:/data_shard"
|
||||
LeveldesignDataShardDirectory = "L:/shard"
|
||||
try:
|
||||
LeveldesignDataCommonDirectory
|
||||
except NameError:
|
||||
LeveldesignDataCommonDirectory = "L:/data_common"
|
||||
LeveldesignDataCommonDirectory = "L:/common"
|
||||
try:
|
||||
TranslationDirectory
|
||||
except NameError:
|
||||
|
|
Loading…
Reference in a new issue