mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed repair items not registered as loadable
This commit is contained in:
parent
1d51bd7c40
commit
9f3af45a8f
@ -41,4 +41,9 @@ class Extended_Init_EventHandlers {
|
||||
init = QUOTE(_this call DFUNC(addRepairActions));
|
||||
};
|
||||
};
|
||||
class ACE_RepairItem_Base {
|
||||
class ADDON {
|
||||
init = QUOTE(if (!isnil QUOTE(QEFUNC(cargo,initObject))) then {_this call EFUNC(cargo,initObject)});
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user