fix scheine zeigen

This commit is contained in:
hydrant
2020-04-18 21:41:14 +02:00
parent 5b9868ac34
commit 9f827b476d
4 changed files with 24 additions and 3 deletions

View File

@@ -57,6 +57,8 @@ namespace ReallifeGamemode.Server.Managers
User u = leader.GetUser(dbContext);
User own = player.GetUser(dbContext);
FactionHelper.ResetPlayer(player, own, dbContext);
own.Faction = u.Faction;
own.FactionLeader = false;
own.FactionRank = dbContext