frakcar sellen

This commit is contained in:
hydrant
2020-05-06 21:56:54 +02:00
parent ce0eac5967
commit 89e341a4cd
10 changed files with 1952 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
using GTANetworkAPI;
using GTANetworkAPI;
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json;
using ReallifeGamemode.Database.Entities;
@@ -32,6 +32,7 @@ namespace ReallifeGamemode.Server.Extensions
return context
.Users
.Include(u => u.Faction)
.ThenInclude(f => f.BankAccount)
.Include(u => u.FactionRank)
.Include(u => u.Group)
.Include(u => u.House)