mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
fix(server/main): Remove leftover code from updating query
This commit is contained in:
@@ -132,7 +132,6 @@ function loadESXPlayer(identifier, playerId, isNew)
|
||||
|
||||
table.insert(tasks, function(cb)
|
||||
MySQL.Async.fetchAll(LoadPlayer, {'identifier', {identifier}
|
||||
['@identifier'] = identifier
|
||||
}, function(result)
|
||||
local job, grade, jobObject, gradeObject = result[1].job, tostring(result[1].job_grade)
|
||||
local foundAccounts, foundItems = {}, {}
|
||||
|
||||
Reference in New Issue
Block a user