Skip to content

Commit 91c4bd7

Browse files
authored
Compat_RF - Fix Scout40 UBC (#11181)
1 parent 5c215fa commit 91c4bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/compat_rf/compat_rf_realisticnames/CfgVehicles.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ class CfgVehicles {
142142
displayName = SUBCSTRING(twinmortar_Name);
143143
};
144144

145-
class Helicopter_Base_F;
146-
class UAV_RC40_Base_RF: Helicopter_Base_F {
145+
class UAV_01_base_F;
146+
class UAV_RC40_Base_RF: UAV_01_base_F {
147147
displayName = SUBCSTRING(rc40_base_Name);
148148
};
149149
class UAV_RC40_Base_Sensor_RF: UAV_RC40_Base_RF {

0 commit comments

Comments
 (0)