From cab9e6c0a98e492af3e68d43578e1db30b47d740 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 11 Apr 2021 23:13:41 +0200 Subject: [PATCH] [HOTFIX] showtickets alias /st --- ReallifeGamemode.Server/Report/Report.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Report/Report.cs b/ReallifeGamemode.Server/Report/Report.cs index 7d42f5ea..3c0ba2c7 100644 --- a/ReallifeGamemode.Server/Report/Report.cs +++ b/ReallifeGamemode.Server/Report/Report.cs @@ -24,7 +24,7 @@ namespace ReallifeGamemode.Server.Report //ChatService.BroadcastAdmin("Eingehendes Ticket von " + client.Name + ": " + message + " (Benutze /showtickets)", AdminLevel.ADMIN); } - [Command("showtickets", "~m~Benutzung: ~s~/showtickets")] + [Command("showtickets", "~m~Benutzung: ~s~/showtickets", Alias = "st")] public void CmdAdminShowtickets(Player client) { if (!client.GetUser()?.IsAdmin(AdminLevel.SUPPORTER) ?? true)