From 140bbcb06bcf000dfbb379ca8d1ed3b7dfcc397e Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Mon, 29 Aug 2022 21:25:32 +0200 Subject: [PATCH] Update client.lua --- ND_CharacterSelection/source/client.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ND_CharacterSelection/source/client.lua b/ND_CharacterSelection/source/client.lua index da3672f..ab6fe3d 100644 --- a/ND_CharacterSelection/source/client.lua +++ b/ND_CharacterSelection/source/client.lua @@ -93,10 +93,9 @@ function start(switch) SetEntityVisible(ped, false, 0) end if config.characterSelectionAopDisplay then - local AreaOfPlay = exports[config.aopResourceName]:getAOP() SendNUIMessage({ type = "aop", - aop = AreaOfPlay + aop = config.aopExport() }) end end