keine panik server läuft wieder, danke hü

This commit is contained in:
Luke
2021-06-01 10:22:54 +02:00
parent 6c3cb553c7
commit 13deed7523
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ namespace ReallifeGamemode.Server.Events
ChatService.BroadcastGroup($"{player.Name} hat den Server verlassen", user.Group); ChatService.BroadcastGroup($"{player.Name} hat den Server verlassen", user.Group);
} }
if (user.FactionId != 0) if (user.FactionId != null)
{ {
String msg = ""; String msg = "";

View File

@@ -111,7 +111,7 @@ namespace ReallifeGamemode.Server.Events
} }
*/ */
if (user.FactionId != 0) if (user.FactionId != null)
{ {
String msg = ""; String msg = "";