bank account refactor

This commit is contained in:
hydrant
2020-03-15 21:33:04 +01:00
parent 75e26b8e8a
commit 92c054c90c
30 changed files with 2088 additions and 300 deletions

View File

@@ -35,6 +35,7 @@ namespace ReallifeGamemode.Server.Extensions
.Include(u => u.FactionRank)
.Include(u => u.Group)
.Include(u => u.House)
.Include(u => u.BankAccount)
.Where(u => u.Name == client.Name)
.FirstOrDefault();
}