forked from Simnation/Main
update
This commit is contained in:
parent
91f5e9d0a3
commit
dda325f5ba
14 changed files with 938 additions and 127 deletions
|
@ -44,7 +44,7 @@ cache = {
|
|||
|
||||
if not LoadResourceFile(lib.name, 'web/build/index.html') then
|
||||
local err =
|
||||
'^1Unable 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'
|
||||
'^1Unable to load UI. Build ox_lib or download the latest release.\n ^3https://github.com/communityox/ox_lib/releases/latest/download/ox_lib.zip^0'
|
||||
function lib.hasLoaded() return err end
|
||||
|
||||
error(err)
|
||||
|
|
|
@ -43,4 +43,4 @@ function lib.versionCheck(repository)
|
|||
end)
|
||||
end
|
||||
|
||||
lib.versionCheck('overextended/ox_lib')
|
||||
lib.versionCheck('communityox/ox_lib')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue