mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cargo - Fix UBC on iDAB (#8358)
This commit is contained in:
parent
34069ed031
commit
e6a0772adb
@ -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 {};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user