mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
refactor(getCore/shared): adjust ox_core imports
This commit is contained in:
@@ -25,7 +25,7 @@ return function()
|
|||||||
local resource
|
local resource
|
||||||
|
|
||||||
if framework == Core.Ox then
|
if framework == Core.Ox then
|
||||||
import = ('%s/import.lua'):format(lib.service)
|
import = ('imports/%s.lua'):format(lib.service)
|
||||||
resource = Core.Ox
|
resource = Core.Ox
|
||||||
else
|
else
|
||||||
import = ('imports/getCore/%s/%s.lua'):format(framework, lib.service)
|
import = ('imports/getCore/%s/%s.lua'):format(framework, lib.service)
|
||||||
|
|||||||
Reference in New Issue
Block a user