Comment out mining sound

Currently we do not have a working mining sound.
This commit is contained in:
A Man
2021-09-02 16:07:37 +02:00
parent a50bd5ffe0
commit 64e6bf089a

View File

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