diff --git a/ReallifeGamemode.Server/Events/Login.cs b/ReallifeGamemode.Server/Events/Login.cs index 36afa90f..8413552f 100644 --- a/ReallifeGamemode.Server/Events/Login.cs +++ b/ReallifeGamemode.Server/Events/Login.cs @@ -109,6 +109,7 @@ namespace ReallifeGamemode.Server.Events player.TriggerEvent("enableSpawnschutz"); } + /* if (user.FactionId != null) { string msg = ""; @@ -124,6 +125,7 @@ namespace ReallifeGamemode.Server.Events ChatService.BroadcastFaction(msg, user?.Faction); } + */ if (user.Group != null) {