mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-12 19:22:39 +03:00
Remove testkit call
This commit is contained in:
@@ -30,7 +30,6 @@ class _unit_0
|
||||
POSITION="[752.37463, 3141.2354, -5.6013789]";
|
||||
GROUP="_group_0";
|
||||
TYPE="BAF_Soldier_AA_MTP";
|
||||
INIT="execVM ""testkit\init.sqf""";
|
||||
SKILL="0.60000002";
|
||||
PLAYER="true";
|
||||
PLAYABLE="true";
|
||||
|
||||
@@ -15,7 +15,6 @@ if (true) then
|
||||
{
|
||||
_this = _group_0 createUnit ["BAF_Soldier_AA_MTP", [752.37463, 3141.2354, -5.6013789], [], 0, "CAN_COLLIDE"];
|
||||
_unit_0 = _this;
|
||||
_this setVehicleInit "execVM ""testkit\init.sqf""";
|
||||
_this setUnitAbility 0.60000002;
|
||||
if (true) then {_group_0 selectLeader _this;};
|
||||
if (true) then {selectPlayer _this;};
|
||||
|
||||
Reference in New Issue
Block a user