mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Comment out mining sound
Currently we do not have a working mining sound.
This commit is contained in:
@@ -30,7 +30,7 @@ if (!isNull _findNearestRock) then {
|
|||||||
_mineChance = dayz_HarvestingChance call fn_chance;
|
_mineChance = dayz_HarvestingChance call fn_chance;
|
||||||
|
|
||||||
while {_isOk} do {
|
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;
|
_finished = ["Medic",1] call fn_loopAction;
|
||||||
_weapons = weapons player;
|
_weapons = weapons player;
|
||||||
|
|||||||
Reference in New Issue
Block a user