diff --git a/ReallifeGamemode.Server/Events/Login.cs b/ReallifeGamemode.Server/Events/Login.cs index ef7770aa..36afa90f 100644 --- a/ReallifeGamemode.Server/Events/Login.cs +++ b/ReallifeGamemode.Server/Events/Login.cs @@ -122,7 +122,7 @@ namespace ReallifeGamemode.Server.Events msg = "!{02FCFF}** " + user.FactionRank?.RankName + " " + player.Name + " ist wieder online **"; } - ChatService.BroadcastFaction(msg, user.Faction); + ChatService.BroadcastFaction(msg, user?.Faction); } if (user.Group != null)