Skip to content

Commit

Permalink
Merge pull request #3128 from acemod/rhs-m69-UBCfix
Browse files Browse the repository at this point in the history
Fix M69 Grenade UBC in RHS Compat
  • Loading branch information
thojkooi committed Jan 7, 2016
2 parents c042703 + b731232 commit 45986c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion optionals/compat_rhs_usf3/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ class CfgAmmo
ace_frag_skip = 1;
ace_frag_force = 0;
};
class rhs_ammo_m69: GrenadeHand {
class GrenadeHand_stone;
class rhs_ammo_m69: GrenadeHand_stone {
ace_frag_enabled = 0;
ace_frag_skip = 1;
ace_frag_force = 0;
Expand Down

0 comments on commit 45986c0

Please sign in to comment.