The user_accounts table has been moved...

...to users in the latest es_extended update.
This commit is contained in:
RikoDEV
2020-03-07 11:17:14 +01:00
committed by GitHub
parent d90553cfa5
commit eef971c08b
-1
View File
@@ -11,7 +11,6 @@ local IdentifierTables = {
{table = "owned_properties", column = "owner"},
{table = "rented_vehicles", column = "owner"},
{table = "users", column = "identifier"},
{table = "user_accounts", column = "identifier"},
{table = "user_licenses", column = "owner"},
}