[HOTFIX] Megafon mehr als 1 wort @balbo????
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user