7 lines
92 B
Lua
7 lines
92 B
Lua
if Config.Framework ~= "standalone" then
|
|
return
|
|
end
|
|
|
|
function IsPolice()
|
|
return false
|
|
end
|