Remove some unnecessary translations

Using "Wait for the previous action to complete to perform another" is
more accurate in these cases, because dayz_actionInProgress could have
been set by any action, not necessarily the same one.
This commit is contained in:
ebayShopper
2017-04-15 14:19:26 -04:00
parent f20982fe85
commit 78fbd7ac53
13 changed files with 19 additions and 97 deletions

View File

@@ -5,7 +5,7 @@
3. Removing tool from toolbelt and converting it to primary
*/
if (dayz_actionInProgress) exitWith {localize "str_epoch_player_39" call dayz_rollingMessages;};
if (dayz_actionInProgress) exitWith {localize "str_player_actionslimit" call dayz_rollingMessages;};
dayz_actionInProgress = true;
private ["_item","_config","_onLadder","_text","_create","_config2","_primaryFull","_removed","_toolsFull"];