From c2f7123d26d3d5193a717acd6b0bdd11e2cd4b95 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Tue, 5 Mar 2019 21:00:10 +0100 Subject: [PATCH] Add for Test --- ReallifeGamemode.Server/Commands/Faction.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }