mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Localize vehicle names
This commit also removes the displaynameshort. We do not need it any longer.
This commit is contained in:
@@ -2,8 +2,7 @@ class USEC_ch53_E;
|
||||
class CH53_DZE : USEC_ch53_E {
|
||||
scope = public;
|
||||
side = 2;
|
||||
displayname = "USEC CH53E DZE";
|
||||
displaynameshort = "CH53_DZE";
|
||||
displayname = $STR_VEH_NAME_CH53;
|
||||
destrType = "DestructWreck";
|
||||
enablemanualfire = 0;
|
||||
crew = "";
|
||||
|
||||
Reference in New Issue
Block a user