mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Minimized XEH to ThingX config level
This commit is contained in:
parent
cd510c8ff7
commit
ae07a71b0d
@ -18,7 +18,12 @@ class Extended_Init_EventHandlers {
|
||||
init = QUOTE(_this call DFUNC(initPerson));
|
||||
};
|
||||
};
|
||||
class All {
|
||||
class StaticWeapon {
|
||||
class ADDON {
|
||||
init = QUOTE(_this call DFUNC(initObject));
|
||||
};
|
||||
};
|
||||
class ThingX {
|
||||
class ADDON {
|
||||
init = QUOTE(_this call DFUNC(initObject));
|
||||
};
|
||||
|
@ -20,7 +20,7 @@ class Extended_Killed_EventHandlers {
|
||||
|
||||
// Need initPost or there are problems with setVariable
|
||||
class Extended_InitPost_EventHandlers {
|
||||
class All {
|
||||
class ThingX {
|
||||
class ADDON {
|
||||
init = QUOTE(_this call DFUNC(addSitActions))
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user