Cleanup localization calls (no quotes around $STR)

This commit is contained in:
dayz10k
2013-11-21 10:34:30 -05:00
parent cfed446a4f
commit d5255b974a

View File

@@ -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";