Skip to content

Commit

Permalink
Fixed dubble .paa suffix on implementation (#244)
Browse files Browse the repository at this point in the history
* Fixed dubble .paa suffix on implementation

* Update CfgVehicles.inc.hpp
  • Loading branch information
AndreasBrostrom authored Jul 15, 2024
1 parent 9f2fef9 commit 169bc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/textures/data/arlington/CfgVehicles.inc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ class var1: UserTexture1m_F { \
scopeCurator = 2; \
displayName = CSTRING(var1); \
author = ECSTRING(main,modteam); \
editorPreview = QPATHTOF(data\arlington\var2.paa); \
editorPreview = QPATHTOF(data\arlington\var2); \
\
hiddenSelectionsTextures[] = { \
QPATHTOF(data\arlington\var2.paa) \
QPATHTOF(data\arlington\var2) \
};\
}

Expand Down

0 comments on commit 169bc02

Please sign in to comment.