mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
refactor(server/locale): get array of valid locales
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
lib = setmetatable({}, {
|
||||
lib = setmetatable({
|
||||
name = 'ox_lib'
|
||||
}, {
|
||||
__newindex = function(self, name, fn)
|
||||
exports(name, fn)
|
||||
rawset(self, name, fn)
|
||||
end
|
||||
})
|
||||
|
||||
if not LoadResourceFile('ox_lib', 'web/build/index.html') then
|
||||
if not LoadResourceFile(lib.name, 'web/build/index.html') then
|
||||
error('Unable to load UI. Build ox_lib or download the latest release.\n ^3https://github.com/overextended/ox_lib/releases/latest/download/ox_lib.zip^0')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user