Skip to content

Commit

Permalink
Compat RF - Fix UBC (#10581)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Dec 20, 2024
1 parent a449ce0 commit 4173c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/compat_rf/compat_rf_realisticnames/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class CfgVehicles {
class Pickup_comms_base_rf: Pickup_service_base_rf {
displayName = SUBCSTRING(pickup_01_comms_Name);
};
class Pickup_repair_ig_base_rf: Pickup_repair_base_rf {
class Pickup_repair_ig_base_rf: Pickup_service_base_old_rf {
displayName = SUBCSTRING(pickup_01_repair_Name);
};
class Pickup_covered_base_rf: Pickup_service_base_rf {
Expand Down

0 comments on commit 4173c81

Please sign in to comment.