mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Handle changes to CBA_fnc_addPlayerEventHandler (#4878)
* Handle changes to CBA_fnc_addPlayerEventHandler * Fix var spelling
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
params ["_unit"];
|
||||
TRACE_3("setName",_unit,alive _unit,name _unit);
|
||||
|
||||
if (isNull _unit || {!alive _unit}) exitWith {};
|
||||
|
||||
|
Reference in New Issue
Block a user