Skip to content

Commit

Permalink
Fix typo (#8416)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkIsGrim authored Sep 1, 2021
1 parent afde782 commit ee44319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/reloadlaunchers/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CfgWeapons {
class launch_MRAWS_base_F: Launcher_Base_F {
GVAR(enabled) = 1;
};
class launch_Vorona_base_F: Launcher_Base {
class launch_Vorona_base_F: Launcher_Base_F {
GVAR(enabled) = 1;
};
};

0 comments on commit ee44319

Please sign in to comment.