mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Merge pull request #1161 from SMVampire/patch-3
fix(config.weapons.lua): Jenkins Hashed Labels
This commit is contained in:
+3
-3
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user