mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix blank remove attachment text M4, M240, L110
Some attachments were using incorrect string names.
This commit is contained in:
@@ -30,7 +30,9 @@ class ItemSledge: ItemCore // Epoch class
|
||||
*/
|
||||
};
|
||||
};
|
||||
/* //Vanilla sledge is using a different model
|
||||
|
||||
//Vanilla sledge is using a different model.
|
||||
//All scripts have been changed to use Epoch ItemSledge, but leave this defined in case admins want to use it for something.
|
||||
class ItemSledgeHammer : ItemCore
|
||||
{
|
||||
scope = public;
|
||||
@@ -60,5 +62,4 @@ class ItemSledgeHammerBroken : ItemCore
|
||||
script = "spawn player_fixHatchet;";
|
||||
};
|
||||
};
|
||||
};
|
||||
*/
|
||||
};
|
||||
Reference in New Issue
Block a user