Handle changes to CBA_fnc_addPlayerEventHandler (#4878)

* Handle changes to CBA_fnc_addPlayerEventHandler

* Fix var spelling
This commit is contained in:
PabstMirror
2017-02-10 13:03:12 -06:00
committed by GitHub
parent 78a55d4436
commit 159e762576
4 changed files with 12 additions and 7 deletions

View File

@ -13,6 +13,7 @@
#include "script_component.hpp"
params ["_unit"];
TRACE_3("setName",_unit,alive _unit,name _unit);
if (isNull _unit || {!alive _unit}) exitWith {};