mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Cleanup localization calls (no quotes around $STR)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
class Soldier_Bodyguard_M4_PMC;
|
||||
class SurvivorW2_DZ: Soldier_Bodyguard_M4_PMC
|
||||
{
|
||||
displayName = "$STR_CHAR_1";
|
||||
displayName = $STR_CHAR_1;
|
||||
side = 1;
|
||||
weapons[] = {"Throw","Put"};
|
||||
model = "\dayz\characters\annie_original";
|
||||
|
||||
Reference in New Issue
Block a user