Fix STR_ACTIONS_LIGHTFIRE listed twice

Vanilla development commit:

https://github.com/DayZMod/DayZ/commit/ca8434a9b9b9c34d2734a96a8bad8519f15ce512
This commit is contained in:
ebaydayz
2016-07-03 12:26:56 -04:00
parent 452ce57618
commit f7d765e669
3 changed files with 5 additions and 6 deletions
@@ -30,7 +30,7 @@ class ItemMatchbox : ItemMatchbox_base
{
class Use
{
text = $STR_ACTIONS_LIGHTFIRE;
text = $STR_ACTIONS_MAKEFIRE;
script = "spawn player_makeFire;";
use[] = {"PartWoodPile"};
};