Skip to content

Commit 42d85d1

Browse files
authored
COMPAT CUP - Fix wrong CH53 user action class (#11074)
1 parent f6fc26a commit 42d85d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/compat_cup_vehicles/compat_cup_vehicles_fastroping/CfgVehicles.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class CfgVehicles {
3838
EGVAR(fastroping,ropeOrigins)[] = {"ropeOriginLeft", "ropeOriginRight"};
3939

4040
class UserActions {
41-
class RampClose {
41+
class Ramp_Close {
4242
condition = QUOTE(this animationPhase 'ramp_bottom' >= 0.56 && player == driver this && !(this getVariable [ARR_2(QUOTE(QEGVAR(fastroping,doorsLocked)),false)]));
4343
};
4444
};

0 commit comments

Comments
 (0)