Skip to content

Commit

Permalink
Cargo - Fix UBC on iDAB (#8358)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Aug 6, 2021
1 parent 34069ed commit e6a0772
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/cargo/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,8 @@ class CfgVehicles {
GVAR(space) = 49;
GVAR(size) = 50;
};
class Land_Cargo20_IDAP_F: Cargo_base_F {
class Cargo_IDAP_base_F: Cargo_base_F {};
class Land_Cargo20_IDAP_F: Cargo_IDAP_base_F {
class EventHandlers {
class CBA_Extended_EventHandlers: CBA_Extended_EventHandlers {};
};
Expand Down

0 comments on commit e6a0772

Please sign in to comment.