converted jobs to same system as businesses, add option to choose job at cityhall
This commit is contained in:
@@ -31,7 +31,6 @@ namespace ReallifeGamemode.Server.Extensions
|
||||
.Include(u => u.Faction)
|
||||
.Include(u => u.FactionRank)
|
||||
.Include(u => u.Group)
|
||||
.Include(u => u.Job)
|
||||
.Where(u => u.Name == client.Name)
|
||||
.FirstOrDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user