Fixed repair items not registered as loadable

This commit is contained in:
Glowbal 2015-08-16 16:16:04 +02:00
parent 1d51bd7c40
commit 9f3af45a8f

View File

@ -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)});
};
};
};