From aa297b60c56f8b70d2b6bbbec260f5201d220271 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 1 Jun 2021 12:41:20 +0200 Subject: [PATCH] das macht jetzt auch stress --- ReallifeGamemode.Server/Events/Login.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)