mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 19:26:08 +03:00
Rename vanilla strings from #1708
When localizing vanilla strings please do not put "EPOCH" in their name or include them in the dayz_epoch package of the stringtable. This creates more work to backport common translation updates and vice versa.
This commit is contained in:
@@ -51,7 +51,7 @@ if(!r_drag_sqf and !r_player_unconscious and !_onLadder) then {
|
||||
if (!("MeleeHatchet" in weapons player)) then {
|
||||
if (!(DayZ_onBack == "MeleeHatchet")) then {
|
||||
if (!(_x IN items player)) then {
|
||||
systemChat format[localize "str_cannotCraft", _x];
|
||||
systemChat format[localize "str_missing_to_do_this", _x];
|
||||
_hasTools = false;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user