mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Localization updates
Some localization updates and some code optimization.
This commit is contained in:
@@ -46,7 +46,7 @@ _newWeaponConfig = configFile >> "CfgWeapons" >> _newWeapon >> "Attachments";
|
||||
if (!isClass(_newWeaponConfig) || {getText(_newWeaponConfig >> _attachment) != _weapon}) exitWith
|
||||
{
|
||||
closeDialog 0;
|
||||
"Cannot remove attachment." call dayz_rollingMessages;
|
||||
localize "str_Attachmentcantremove" call dayz_rollingMessages;
|
||||
};
|
||||
|
||||
_weaponInUse = (currentWeapon player == _weapon);
|
||||
|
||||
Reference in New Issue
Block a user