fix(config.weapons.lua): Jenkins Hashed Labels

Fix mistakenly hashed weapon names for
- WEAPON_DAGGER
- WEAPON_BAT
- WEAPON_BATTLEAXE
This commit is contained in:
SMVampire
2021-05-17 01:10:35 -04:00
committed by GitHub
parent df59b3ac18
commit d6f5a7a5e6
+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'),