diff --git a/ReallifeGamemode.Server/Commands/Faction.cs b/ReallifeGamemode.Server/Commands/Faction.cs index ff5863fd..693a08a7 100644 --- a/ReallifeGamemode.Server/Commands/Faction.cs +++ b/ReallifeGamemode.Server/Commands/Faction.cs @@ -267,7 +267,7 @@ namespace reallife_gamemode.Server.Commands [Command("duty", "~m~Benutzung: ~s~/duty")] public void CmdFactionDuty(Client player) { - + player.SendChatMessage("Jo"); } #endregion }