Update client.lua

This commit is contained in:
Andyyy7666
2022-08-22 22:20:40 +02:00
committed by GitHub
parent 29718fb7ce
commit 8c79a9bb7e

View File

@@ -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