Skip to content

Commit b158eff

Browse files
authored
CSLA Compat - Update for CSLA 1.2 (#10700)
Align inheritance on M60 to match CSLA 1.2 update
1 parent a0248d4 commit b158eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/compat_csla/CfgWeapons.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class CfgWeapons {
3434
EGVAR(overheating,closedBolt) = 0;
3535
};
3636

37-
class US85_M60: US85_MachinegunBase_7_62 {
37+
class US85_M60_base: US85_MachinegunBase_7_62 {
3838
EGVAR(overheating,allowSwapBarrel) = 1;
3939
EGVAR(overheating,closedBolt) = 0;
4040
};

0 commit comments

Comments
 (0)