mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-03 11:48:53 +00:00
Minor improvements
This commit is contained in:
+1
-1
@@ -260,7 +260,7 @@ AddEventHandler('esx_property:deleteLastProperty', function()
|
||||
MySQL.Async.execute(
|
||||
'UPDATE users SET last_property = NULL WHERE identifier = @identifier',
|
||||
{
|
||||
['@identifier'] = xPlayer.identifier
|
||||
['@identifier'] = xPlayer.identifier
|
||||
}
|
||||
)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user