mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 17:39:18 +03:00
Remove more unused strings
This commit is contained in:
@@ -30,7 +30,7 @@ while {r_autoTrade} do {
|
||||
|
||||
// check if current magazine count is greater than 20
|
||||
|
||||
if ((count (magazines player)) > 20) exitWith { cutText [(localize "STR_DAYZ_CODE_2"), "PLAIN DOWN"]; r_autoTrade = false};
|
||||
if ((count (magazines player)) > 20) exitWith { cutText [(localize "str_player_24"), "PLAIN DOWN"]; r_autoTrade = false};
|
||||
|
||||
_canAfford = false;
|
||||
if(_bos == 1) then {
|
||||
|
||||
Reference in New Issue
Block a user