mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
incorrect missing tools stringtable
This commit is contained in:
@@ -233,7 +233,7 @@ if (_canDo) then {
|
|||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
_textMissing = getText(configFile >> "CfgWeapons" >> _missing >> "displayName");
|
_textMissing = getText(configFile >> "CfgWeapons" >> _missing >> "displayName");
|
||||||
cutText [format[(localize "str_epoch_player_153"),_textMissing], "PLAIN DOWN"];
|
cutText [format[(localize "STR_EPOCH_PLAYER_137"),_textMissing], "PLAIN DOWN"];
|
||||||
_craft_doLoop = false;
|
_craft_doLoop = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user