Skip to content

Commit

Permalink
Add MRAWS/Vorona support to reload_launchers (#8408)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkIsGrim authored Sep 1, 2021
1 parent 10e56c0 commit b6c86d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion addons/reloadlaunchers/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ class CfgWeapons {
class launch_Titan_base: Launcher_Base_F {
GVAR(enabled) = 1;
};

class launch_RPG32_F: Launcher_Base_F {
GVAR(enabled) = 1;
};
class launch_MRAWS_base_F: Launcher_Base_F {
GVAR(enabled) = 1;
};
class launch_Vorona_base_F: Launcher_Base {
GVAR(enabled) = 1;
};
};

0 comments on commit b6c86d8

Please sign in to comment.