mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
tweak: change OnesyncState to oneSyncState
This commit is contained in:
@@ -3,7 +3,7 @@ if not ESX then
|
||||
elseif ESX.GetConfig().Multichar then
|
||||
local DatabaseConnected = false
|
||||
local DatabaseFound = false
|
||||
local OnesyncState = GetConvar('onesync', 'off')
|
||||
local oneSyncState = GetConvar('onesync', 'off')
|
||||
|
||||
local DATABASE do
|
||||
local connectionString = GetConvar('mysql_connection_string', '');
|
||||
|
||||
Reference in New Issue
Block a user