Remove duplicate drink string

Vanilla development commit:

https://github.com/DayZMod/DayZ/commit/c25213fbb41e51add55c4baa950eee19d16b1823
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
+1 -1
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];