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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user