From 64e6bf089a1ec47ec162314b2d42579e3ed57c1f Mon Sep 17 00:00:00 2001 From: A Man Date: Thu, 2 Sep 2021 16:07:37 +0200 Subject: [PATCH] Comment out mining sound Currently we do not have a working mining sound. --- SQF/dayz_code/actions/player_mineStone.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/player_mineStone.sqf b/SQF/dayz_code/actions/player_mineStone.sqf index 99037d17a..544249232 100644 --- a/SQF/dayz_code/actions/player_mineStone.sqf +++ b/SQF/dayz_code/actions/player_mineStone.sqf @@ -30,7 +30,7 @@ if (!isNull _findNearestRock) then { _mineChance = dayz_HarvestingChance call fn_chance; while {_isOk} do { - [player,(getPosATL player),20,"minestone"] spawn fnc_alertZombies; + //[player,(getPosATL player),20,"minestone"] spawn fnc_alertZombies; _finished = ["Medic",1] call fn_loopAction; _weapons = weapons player;