mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
Remove Optional Tables
This commit is contained in:
+1
-4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user