mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-12-01 16:29:10 +00:00
correct the path in config file
This commit is contained in:
parent
c79a15844d
commit
4a35e85e0b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
"${game_dir}/anim/anim.img",
|
"${game_dir}/anim/anim.img",
|
||||||
"${game_dir}/anim/cuts.img",
|
"${game_dir}/anim/cuts.img",
|
||||||
"${game_dir}/models/cutscene.img",
|
"${game_dir}/models/cutscene.img",
|
||||||
"${game_dir}/data/paths/carrec.img",
|
"${game_dir}/data/Paths/carrec.img",
|
||||||
"${game_dir}/data/script/script.img"
|
"${game_dir}/data/script/script.img"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue