Merge branch 'develop' into feature/Economy-System
This commit is contained in:
@@ -34,6 +34,7 @@ namespace ReallifeGamemode.Server.Extensions
|
||||
.Include(u => u.Faction)
|
||||
.Include(u => u.FactionRank)
|
||||
.Include(u => u.Group)
|
||||
.Include(u => u.House)
|
||||
.Where(u => u.Name == client.Name)
|
||||
.FirstOrDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user