mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
tweak: change OnesyncState to oneSyncState
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SetMapName('San Andreas')
|
||||
SetGameType('ESX Legacy')
|
||||
|
||||
local OnesyncState = GetConvar('onesync', 'off')
|
||||
local oneSyncState = GetConvar('onesync', 'off')
|
||||
local newPlayer = 'INSERT INTO `users` SET `accounts` = ?, `identifier` = ?, `group` = ?'
|
||||
local loadPlayer = 'SELECT `accounts`, `job`, `job_grade`, `group`, `position`, `inventory`, `skin`, `loadout`, `meta`'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user