Update client.lua

This commit is contained in:
Andyyy7666
2022-08-29 21:25:32 +02:00
committed by GitHub
parent 4d7b15ef1c
commit 140bbcb06b

View File

@@ -93,10 +93,9 @@ function start(switch)
SetEntityVisible(ped, false, 0) SetEntityVisible(ped, false, 0)
end end
if config.characterSelectionAopDisplay then if config.characterSelectionAopDisplay then
local AreaOfPlay = exports[config.aopResourceName]:getAOP()
SendNUIMessage({ SendNUIMessage({
type = "aop", type = "aop",
aop = AreaOfPlay aop = config.aopExport()
}) })
end end
end end