Minor improvements

This commit is contained in:
ElPumpo
2018-07-01 14:57:10 +02:00
parent 9af2bf7545
commit fffde49c1c
2 changed files with 30 additions and 32 deletions
+1 -1
View File
@@ -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)