mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 09:00:50 +03:00
Fixing string is not displayed correctly (#1791)
* Fixing not shown string * Fixing not shown string
This commit is contained in:
@@ -21,7 +21,7 @@ class SkinBase : CA_Magazine
|
||||
|
||||
class tearClothes
|
||||
{
|
||||
text = $str_tear_clothes;
|
||||
text = $STR_TEAR_CLOTHES;
|
||||
script = "spawn player_tearClothes;";
|
||||
};
|
||||
class Crafting {
|
||||
|
||||
Reference in New Issue
Block a user