From 990bcba074b5a40bcba6507ba11f81848a7cf76e Mon Sep 17 00:00:00 2001 From: Benzo <102178921+Benzo00@users.noreply.github.com> Date: Sun, 3 Jul 2022 17:52:44 +0200 Subject: [PATCH] Remove duplicated text --- [esx]/es_extended/config.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/[esx]/es_extended/config.lua b/[esx]/es_extended/config.lua index 23864d99..f6461b87 100644 --- a/[esx]/es_extended/config.lua +++ b/[esx]/es_extended/config.lua @@ -18,7 +18,6 @@ Config.EnableDefaultInventory = true -- Display the default Inventory ( F2 ) Config.EnableWantedLevel = false -- Use Normal GTA wanted Level? Config.EnablePVP = true -- Allow Player to player combat Config.NativeNotify = false -- true = old esx notification -Config.DisableHealthRegen = true Config.Multichar = true -- Enable support for esx_multicharacter Config.Identity = true -- Select a characters identity data before they have loaded in (this happens by default with multichar) @@ -52,4 +51,4 @@ Config.RemoveHudCommonents = { [20] = false, --WEAPON_WHEEL_STATS [21] = false, --HUD_COMPONENTS [22] = false, --HUD_WEAPONS -} \ No newline at end of file +}