1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-09 19:26:17 +02:00
parent 91f5e9d0a3
commit dda325f5ba
14 changed files with 938 additions and 127 deletions

View file

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

View file

@ -43,4 +43,4 @@ function lib.versionCheck(repository)
end)
end
lib.versionCheck('overextended/ox_lib')
lib.versionCheck('communityox/ox_lib')