tweak: change OnesyncState to oneSyncState

This commit is contained in:
Mycroft
2023-03-01 22:56:26 +00:00
committed by GitHub
parent 0644cbf899
commit d1965696f4
+1 -1
View File
@@ -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`'