From b88930674cf2894d571cc7a6d023311099f65a33 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Sun, 23 May 2021 00:05:11 +1000 Subject: [PATCH] chore(config): Set multichar to false by default --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 194cd219..fd72412e 100644 --- a/config.lua +++ b/config.lua @@ -18,4 +18,4 @@ 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.Multichar = true -- Requires esx_multicharacter +Config.Multichar = false -- Requires esx_multicharacter