Update player.lua

Deleting character causes an issue because the table "player_boats" was still trying to be deleted and no such table existed.
This commit is contained in:
LwkyLion
2022-04-08 11:20:40 -07:00
committed by GitHub
parent de249c0439
commit 04994137c1
-1
View File
@@ -474,7 +474,6 @@ local playertables = { -- Add tables as needed
{ table = 'phone_invoices' },
{ table = 'phone_messages' },
{ table = 'playerskins' },
{ table = 'player_boats' },
{ table = 'player_contacts' },
{ table = 'player_houses' },
{ table = 'player_mails' },