remove unused servervehicle column
This commit is contained in:
@@ -28,9 +28,9 @@ namespace ReallifeGamemode.Server.Extensions
|
||||
if (!client.IsLoggedIn()) return null;
|
||||
return context
|
||||
.Users
|
||||
.Include(u => u.Faction)
|
||||
.Include(u => u.FactionRank)
|
||||
.Include(u => u.Group)
|
||||
//.Include(u => u.Faction)
|
||||
//.Include(u => u.FactionRank)
|
||||
//.Include(u => u.Group)
|
||||
.Where(u => u.Name == client.Name)
|
||||
.FirstOrDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user