Skip to content

Commit

Permalink
Disposable - Fix nlaw picture popup error (#6419)
Browse files Browse the repository at this point in the history
Fix #6410
  • Loading branch information
PabstMirror authored Jul 6, 2018
1 parent 805e177 commit aa7ff66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/disposable/CfgMagazines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class CfgMagazines {
scope = 1;
scopeArsenal = 1;
displayName = CSTRING(PreloadedMissileDummy);
picture = "a3\ui_f\data\IGUI\Cfg\Targeting\Empty_ca.paa";
picture = "\a3\ui_f\data\IGUI\Cfg\Targeting\Empty_ca.paa";
weaponPoolAvailable = 0;
mass = 0;
};
Expand Down

0 comments on commit aa7ff66

Please sign in to comment.