mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Fixed AOP Export issues
This commit is contained in:
@@ -75,7 +75,7 @@ function SetDisplay(bool, typeName, bg, characters)
|
||||
if config.characterSelectionAopDisplay then
|
||||
SendNUIMessage({
|
||||
type = "aop",
|
||||
aop = config.aop()
|
||||
aop = exports[config.aop]:getAOP()
|
||||
})
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user