Remove testkit call

This commit is contained in:
AirwavesMan
2020-06-18 21:58:29 +02:00
parent b4c3ceab8c
commit 3ff6f3b3c5
2 changed files with 0 additions and 2 deletions

View File

@@ -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";

View File

@@ -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;};