[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
|
#region Staatsfraktionen (LSPD / FBI) Commands
|
||||||
|
|
||||||
[Command("m", "~m~Benutzung: ~s~/m [Message]")]
|
[Command("m", "~m~Benutzung: ~s~/m [Message]", GreedyArg = true)]
|
||||||
public void CmdFactionMegaphone(Player player, String message)
|
public void CmdFactionMegaphone(Player player, string message)
|
||||||
{
|
{
|
||||||
User user = player.GetUser();
|
User user = player.GetUser();
|
||||||
if (user == null || (user.FactionId != 1 && user.FactionId != 3))
|
if (user == null || (user.FactionId != 1 && user.FactionId != 3))
|
||||||
|
|||||||
Reference in New Issue
Block a user