fix typo stopping mysql cache loading on esx

This commit is contained in:
Jim Shield
2025-07-07 17:56:23 +01:00
parent b595453efe
commit d4abdbc93f

View File

@@ -58,7 +58,7 @@ local function checkExists(resourceName)
end
-- 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')))
fileLoader()
end