From 41f3e06210a6c4c70aaf159b57f298d7230e9954 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sat, 9 Aug 2025 13:48:12 +0200 Subject: [PATCH] Update fxmanifest.lua --- resources/[defaultmaps]/rtx_themepark_dlc/fxmanifest.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[defaultmaps]/rtx_themepark_dlc/fxmanifest.lua b/resources/[defaultmaps]/rtx_themepark_dlc/fxmanifest.lua index e0bf9af04..c3d96c7e4 100644 --- a/resources/[defaultmaps]/rtx_themepark_dlc/fxmanifest.lua +++ b/resources/[defaultmaps]/rtx_themepark_dlc/fxmanifest.lua @@ -7,8 +7,8 @@ description 'RTX THEME PARK DLC' version '50.0' server_scripts { - --'@mysql-async/lib/MySQL.lua', -- enable this and remove oxmysql line (line 11) if you use mysql-async (only enable this for qbcore/esx framework) - '@oxmysql/lib/MySQL.lua', -- enable this and remove mysql async line (line 10) if you use oxmysql (only enable this for qbcore/esx framework) + '@mysql-async/lib/MySQL.lua', -- enable this and remove oxmysql line (line 11) if you use mysql-async (only enable this for qbcore/esx framework) + --'@oxmysql/lib/MySQL.lua', -- enable this and remove mysql async line (line 10) if you use oxmysql (only enable this for qbcore/esx framework) 'config.lua', 'language/main.lua', 'server/main.lua',