mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-15 20:52:56 +03:00
Send dayz_playerName as array
This avoids triggering PV value restrictions when the player has keywords or special characters in their name.
This commit is contained in:
@@ -46,7 +46,7 @@ class Fishing_Swing : Melee_Swing
|
||||
ammo = "Fishing_Swing_Ammo";
|
||||
};
|
||||
|
||||
class sledge_swing : Melee_Swing {
|
||||
class Sledge_Swing : Melee_Swing {
|
||||
displayName = "Sledge";
|
||||
displayNameMagazine = "Sledge";
|
||||
shortNameMagazine = "Sledge";
|
||||
|
||||
@@ -10,7 +10,7 @@ class MeleeSledge: MeleeWeapon
|
||||
droppeditem= "ItemSledge";
|
||||
magazines[]=
|
||||
{
|
||||
"sledge_swing"
|
||||
"Sledge_Swing"
|
||||
};
|
||||
handAnim[]=
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user