fix the call

This commit is contained in:
Eero af Heurlin
2016-07-31 19:14:42 +03:00
parent 0a0441d494
commit e52f108fa1

View File

@ -2,6 +2,6 @@
_vehicle = _this select 0;
[_vehicle ] remoteExec ["removeAllActions", 0, "rmall" + (_vehicle call BIS_fnc_netId)];
_vehicle remoteExec ["removeAllActions", 0, "rmall" + (_vehicle call BIS_fnc_netId)];
[_vehicle, ["Repair", { [_this select 0] spawn xenoRepair; }]] remoteExec ["addAction", 0, "addrepair" + (_vehicle call BIS_fnc_netId)];
[_vehicle, ["Spawn crew", { _this spawn spawnCrewAction; }]] remoteExec ["addAction", 0, "addcrew" + (_vehicle call BIS_fnc_netId)];