From 716976e2b4159defd228a04e3e8cefaa8f981504 Mon Sep 17 00:00:00 2001 From: hydrant Date: Tue, 13 Apr 2021 22:43:38 +0200 Subject: [PATCH] fix invite blip nametag farbe --- ReallifeGamemode.Server/Managers/InteractionManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Managers/InteractionManager.cs b/ReallifeGamemode.Server/Managers/InteractionManager.cs index b8012632..d7684129 100644 --- a/ReallifeGamemode.Server/Managers/InteractionManager.cs +++ b/ReallifeGamemode.Server/Managers/InteractionManager.cs @@ -58,7 +58,7 @@ namespace ReallifeGamemode.Server.Managers FactionHelper.ResetPlayer(player, own, dbContext); - own.Faction = u.Faction; + own.FactionId = u.FactionId; own.FactionLeader = false; own.FactionRank = dbContext .FactionRanks