Delete "Teleport Players" module after use

This commit is contained in:
Ozan Eğitmen 2016-09-10 15:33:19 +03:00 committed by GitHub
parent a9b82513f7
commit d533bd1663

View File

@ -41,3 +41,5 @@ if (_group) then {
[_x, _attached] call BIS_fnc_moveToRespawnPosition;
};
} forEach _player;
deleteVehicle _logic;