This commit is contained in:
PabstMirror 2015-04-28 13:31:47 -05:00
parent 270f9f3662
commit 9e0932eb56

View File

@ -16,11 +16,6 @@ class Extended_InventoryOpened_EventHandlers {
};
};
class Extended_InitPost_EventHandlers {
class CAManBase {
class ADDON {
serverInit = QUOTE(_this call FUNC(handleUnitInitPost));
};
};
class Car {
class ADDON {
serverInit = QUOTE(_this call FUNC(handleVehicleInitPost));
@ -37,4 +32,3 @@ class Extended_InitPost_EventHandlers {
};
};
};