Skip to content

Commit

Permalink
Update CfgWeapons.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinskihenry committed Jan 8, 2025
1 parent 8045103 commit ffe703e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/ophthalmology/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CfgWeapons
class kat_eyecovers_right: NVGoggles
{
author = "MrAdrianPL";
displayName = CSTRING(EyeCover_Item);
displayName = CSTRING(EyeCover_Right);
scope = 2;
scopeArsenal = 0;
ace_nightvision_border = QPATHTOF(ui\RightEyeNVG.paa);
Expand All @@ -40,7 +40,7 @@ class CfgWeapons
};
class kat_eyecovers_left: kat_eyecovers_right
{
displayName = CSTRING(EyeCover_Item);
displayName = CSTRING(EyeCover_Left);
ace_nightvision_border = QPATHTOF(ui\LeftEyeNVG.paa);
modelOptics = "\A3\Weapons_F\empty.p3d";
hiddenSelections[] = {"eye_l","eye_r"};
Expand Down

0 comments on commit ffe703e

Please sign in to comment.