From ee491920df48fb546a0e1f618110847599c0861d Mon Sep 17 00:00:00 2001 From: HakkoDevelopment <67168651+Hakkodevelopment@users.noreply.github.com> Date: Fri, 12 Aug 2022 12:28:36 -0600 Subject: [PATCH] Fixed spelling error --- ND_CharacterSelection/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ND_CharacterSelection/config.lua b/ND_CharacterSelection/config.lua index a3f9640..a64b1bb 100644 --- a/ND_CharacterSelection/config.lua +++ b/ND_CharacterSelection/config.lua @@ -4,7 +4,7 @@ config = { changeCharacterCommand = "changecharacter", -- this is the command to open the ui again and change your character. enableAppearance = true, -- you need to install fivem-appearance characterSelectionAopDisplay = true, - aop = "SimpleHUD", -- ModernHUD, SimpleHUD. If you're using a custom AOP system, put the resource name here and make sure it has the export getAOP + aopResourceName = "SimpleHUD", -- ModernHUD, SimpleHUD. If you're using a custom AOP system, put the resource name here and make sure it has the export getAOP -- set your backgrounds, if you have more than 1 then it will randomly change everytime you open the ui. backgrounds = { "https://i.imgur.com/E51ckFx.png", -- Credits: Fuzzman270#0270