Remove Optional Tables

This commit is contained in:
GhzGarage
2021-07-07 19:55:00 -05:00
parent 4d4feeed04
commit b2ec7ae041
+1 -4
View File
@@ -475,13 +475,10 @@ local playertables = {
{table = "playerskins"},
{table = "player_boats"},
{table = "player_contacts"},
{table = "player_convictions"},
{table = "player_houses"},
{table = "player_mails"},
{table = "player_outfits"},
{table = "player_reports"},
{table = "player_vehicles"},
{table = "player_warrants"}
{table = "player_vehicles"}
}
QBCore.Player.DeleteCharacter = function(source, citizenid)