Skip to content

Commit

Permalink
fixed incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
vbawol committed Mar 30, 2017
1 parent a1d8f0c commit cd5d207
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/a3_epoch_configs/Configs/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ class CfgVehicles
displayName = "$STR_EPOCH_FemaleCamoPinkPolka";
scope = 2;
model = "\x\addons\a3_epoch_assets_3\CfgVehicles\Characters\female_camo.p3d";
picture = "\x\addons\a3_epoch_community\textures\keesha\camo\camo_pinkpolka_icon.paa";
picture = "\x\addons\a3_epoch_community\icons\keesha\camo\camo_pinkpolka_icon.paa";
hiddenSelections[] = {"Camo"};
hiddenSelectionsTextures[] = {"\x\addons\a3_epoch_community\textures\keesha\camo\camo_pinkpolka.paa"};
hiddenSelectionsMaterials[] = {"\x\addons\a3_epoch_community\textures\keesha\camo\female_camoPinkPolka.rvmat"};
Expand Down
2 changes: 1 addition & 1 deletion Sources/a3_epoch_configs/Configs/CfgVehicles.json
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@
},
"scope": 2,
"model": "\\x\\addons\\a3_epoch_assets_3\\CfgVehicles\\Characters\\female_camo.p3d",
"picture": "\\x\\addons\\a3_epoch_community\\textures\\keesha\\camo\\camo_pinkpolka_icon.paa",
"picture": "\\x\\addons\\a3_epoch_community\\icons\\keesha\\camo\\camo_pinkpolka_icon.paa",
"hiddenSelections": [
"Camo"
],
Expand Down
2 changes: 1 addition & 1 deletion Sources/a3_epoch_configs/build.hpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build=531;
build=533;
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
532
533

0 comments on commit cd5d207

Please sign in to comment.