diff --git a/SQF/dayz_code/compile/player_attackfsmdelay.sqf b/SQF/dayz_code/compile/player_attackfsmdelay.sqf index 9112a43fb..6459d73f6 100644 --- a/SQF/dayz_code/compile/player_attackfsmdelay.sqf +++ b/SQF/dayz_code/compile/player_attackfsmdelay.sqf @@ -2,10 +2,10 @@ Created exclusively for ArmA2:OA - DayZMod. Please request permission to use/alter/distribute from project leader (R4Z0R49) AND the author (facoptere@gmail.com) */ -private []; +private ["_unit","_type"]; //_start = diag_tickTime; _unit = _this select 0; _type = _this select 1; -[_unit, _type] call player_zombieAttack; \ No newline at end of file +[_unit, _type] call player_zombieAttack;