mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Update client.lua
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user