twea;(esx_multicharacter): Blame OxMySQL for the database issues

People cant read
This commit is contained in:
Mycroft
2023-04-11 13:58:21 +01:00
committed by GitHub
parent fca0756c65
commit c145537662
+3 -3
View File
@@ -100,11 +100,11 @@ end
end
if not databaseFound then
deferrals.done(('[ESX Multicharacter] Cannot Find the servers mysql_connection_string. Please make sure it is correctly configured in your server.cfg'):format(oneSyncState))
deferrals.done('[ESX] Cannot Find the servers mysql_connection_string. Please make sure it is correctly configured in your server.cfg')
end
if not databaseConnected then
deferrals.done(('[ESX Multicharacter] ESX Cannot Connect to your database. Please make sure it is correctly configured in your server.cfg'):format(oneSyncState))
deferrals.done('[ESX] OxMySQL Was Unable Connect to your database. Please make sure it is turned on and correctly configured in your server.cfg')
end
if identifier then
@@ -236,4 +236,4 @@ end
RegisterNetEvent('esx_multicharacter:relog', function()
local source = source
TriggerEvent('esx:playerLogout', source)
end)
end)