fix usage of deprectated fired XEH, fix #3088

This commit is contained in:
commy2 2016-01-03 15:27:16 +01:00
parent c689cbfdfe
commit 3974c255a0

View File

@ -19,10 +19,10 @@ class Extended_Killed_EventHandlers {
}; };
}; };
class Extended_Fired_EventHandlers { class Extended_FiredBIS_EventHandlers {
class CAManBase { class CAManBase {
class ADDON { class ADDON {
fired = QUOTE(if (local (_this select 0)) then {_this call FUNC(handleFired)}); firedBIS = QUOTE(if (local (_this select 0)) then {_this call FUNC(handleFired)});
}; };
}; };
}; };