Update jerry_fill.sqf

Vanilla commit:

ef236938c1
This commit is contained in:
ebayShopper
2017-04-14 11:26:23 -04:00
parent 9fc72a8b87
commit e99792d0f4
7 changed files with 17 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
private ["_vehicle","_started","_finished","_animState","_isMedic","_soundSource","_fuelCan","_emptyCan"];
if (dayz_actionInProgress) exitWith {localize "str_epoch_player_24" call dayz_rollingMessages;};
if (dayz_actionInProgress) exitWith {localize "str_player_actionslimit" call dayz_rollingMessages;};
dayz_actionInProgress = true;
player removeAction s_player_fillgen;