Remove duplicate drink string

Vanilla development commit:

c25213fbb4
This commit is contained in:
ebaydayz
2016-08-19 15:41:50 -04:00
parent f3370cbc4b
commit 38e30d2565
2 changed files with 4 additions and 17 deletions

View File

@@ -103,7 +103,7 @@ if (_canDo && !_inVehicle && !dayz_isSwimming) then {
} count _waterHoles;
if (_canDoThis) exitWith {
if (s_player_Drinkfromhands < 0) then {
s_player_Drinkfromhands = player addAction [localize "str_player_31_drink", "\z\addons\dayz_code\actions\player_drinkWater.sqf",player, 0.5, false, true];
s_player_Drinkfromhands = player addAction [localize "STR_ACTIONS_DRINK2", "\z\addons\dayz_code\actions\player_drinkWater.sqf",player, 0.5, false, true];
};
};
} foreach nearestObjects [player, ["waterHoleProxy", "Land_pumpa"], 50];