mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Cleanup localization calls (no quotes around $STR)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
class Flare : GrenadeLauncher {
|
class Flare : GrenadeLauncher {
|
||||||
class ThrowMuzzle;
|
class ThrowMuzzle;
|
||||||
class MolotovCocktailMuzzle : ThrowMuzzle {
|
class MolotovCocktailMuzzle : ThrowMuzzle {
|
||||||
displayName = "$STR_ACTION_THROW";
|
displayName = $STR_ACTION_THROW;
|
||||||
magazines[] = {
|
magazines[] = {
|
||||||
"TrashJackDaniels",
|
"TrashJackDaniels",
|
||||||
"ItemSodaEmpty",
|
"ItemSodaEmpty",
|
||||||
|
|||||||
Reference in New Issue
Block a user