try fix faction invite
This commit is contained in:
@@ -530,7 +530,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
player.SendChatMessage("~s~Die Dimension von ~y~" + target.Name + " ~s~wurde auf ~g~" + dimension + "~s~ geändert.");
|
||||
}
|
||||
|
||||
[Command("kick", "~m~Benutzung: ~s~/kick [Player] [Grund]")]
|
||||
[Command("kick", "~m~Benutzung: ~s~/kick [Player] [Grund]", GreedyArg = true)]
|
||||
public void CmdAdminKick(Client player, string targetname, string reason)
|
||||
{
|
||||
if (!player.GetUser()?.IsAdmin(AdminLevel.ADMIN) ?? true)
|
||||
|
||||
Reference in New Issue
Block a user