Merge pull request #1161 from SMVampire/patch-3

fix(config.weapons.lua): Jenkins Hashed Labels
This commit is contained in:
ESXCrackhead
2021-05-17 01:10:30 -05:00
committed by GitHub
+3 -3
View File
@@ -11,9 +11,9 @@ Config.DefaultWeaponTints = {
Config.Weapons = {
-- Melee
{name = `WEAPON_DAGGER`, label = _U('weapon_dagger'), components = {}},
{name = `WEAPON_BAT`, label = _U('weapon_bat'), components = {}},
{name = `WEAPON_BATTLEAXE`, label = _U('weapon_battleaxe'), components = {}},
{name = 'WEAPON_DAGGER', label = _U('weapon_dagger'), components = {}},
{name = 'WEAPON_BAT', label = _U('weapon_bat'), components = {}},
{name = 'WEAPON_BATTLEAXE', label = _U('weapon_battleaxe'), components = {}},
{
name = 'WEAPON_KNUCKLE',
label = _U('weapon_knuckle'),