mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
* respawn handler
* Revert "respawn handler"
This reverts commit abdf9599bf
.
* unit switched eh
Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
This commit is contained in:
parent
5de7b6b6a3
commit
e7256dad3d
@ -60,3 +60,8 @@ GVAR(CurrentSpeedDial) = 0;
|
|||||||
_this call FUNC(interactEH);
|
_this call FUNC(interactEH);
|
||||||
|
|
||||||
}] call CBA_fnc_addEventHandler;
|
}] call CBA_fnc_addEventHandler;
|
||||||
|
|
||||||
|
["unit", {
|
||||||
|
params ["_player"];
|
||||||
|
[_player, QGVAR(explosiveActions)] call EFUNC(common,eraseCache);
|
||||||
|
}] call CBA_fnc_addPlayerEventHandler;
|
||||||
|
Loading…
Reference in New Issue
Block a user