diff --git a/ReallifeGamemode.Server/Commands/FactionCommands.cs b/ReallifeGamemode.Server/Commands/FactionCommands.cs index 9e061fcc..2383b2fe 100644 --- a/ReallifeGamemode.Server/Commands/FactionCommands.cs +++ b/ReallifeGamemode.Server/Commands/FactionCommands.cs @@ -414,8 +414,8 @@ namespace ReallifeGamemode.Server.Commands #region Staatsfraktionen (LSPD / FBI) Commands - [Command("m", "~m~Benutzung: ~s~/m [Message]")] - public void CmdFactionMegaphone(Player player, String message) + [Command("m", "~m~Benutzung: ~s~/m [Message]", GreedyArg = true)] + public void CmdFactionMegaphone(Player player, string message) { User user = player.GetUser(); if (user == null || (user.FactionId != 1 && user.FactionId != 3))