mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
fix typo stopping mysql cache loading on esx
This commit is contained in:
@@ -58,7 +58,7 @@ local function checkExists(resourceName)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Ensure oxmysql resource is loaded
|
-- Ensure oxmysql resource is loaded
|
||||||
if checkExists(Exports.OXCoreExport) or checkExists(Exports.OXCoreExport) then
|
if checkExists(Exports.OXCoreExport) or checkExists(Exports.ESXExport) then
|
||||||
local fileLoader = assert(load(LoadResourceFile("oxmysql", ('lib/MySQL.lua')), ('@@oxmysql/lib/MySQL.lua')))
|
local fileLoader = assert(load(LoadResourceFile("oxmysql", ('lib/MySQL.lua')), ('@@oxmysql/lib/MySQL.lua')))
|
||||||
fileLoader()
|
fileLoader()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user