From 8c79a9bb7e561c6b3c4defaf446c2f0495eb0e66 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Mon, 22 Aug 2022 22:20:40 +0200 Subject: [PATCH] Update client.lua --- ND_CharacterSelection/source/client.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ND_CharacterSelection/source/client.lua b/ND_CharacterSelection/source/client.lua index 01a4c16..da3672f 100644 --- a/ND_CharacterSelection/source/client.lua +++ b/ND_CharacterSelection/source/client.lua @@ -73,11 +73,9 @@ function SetDisplay(bool, typeName, bg, characters) }) Wait(500) if config.characterSelectionAopDisplay then - local AreaOfPlay = exports[config.aopResourceName]:getAOP() - --print(AreaOfPlay) SendNUIMessage({ type = "aop", - aop = AreaOfPlay + aop = config.aopExport() }) end end