Skip to content

Commit

Permalink
don't need delete ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Oct 7, 2023
1 parent 8e059fb commit d527928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/storage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ end
---@param citizenId string
---@return boolean success if operation is successful.
function DeletePlayerEntity(citizenId)
local query = "DELETE IGNORE FROM %s WHERE %s = ?"
local query = "DELETE FROM %s WHERE %s = ?"
local queries = {}

for tableName, columnName in pairs(Config.CharacterDataTables) do
Expand Down

0 comments on commit d527928

Please sign in to comment.