mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3128 from acemod/rhs-m69-UBCfix
Fix M69 Grenade UBC in RHS Compat
This commit is contained in:
commit
45986c0efa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user