From 80eff8ece3f926520a87eacfd2b6a2e1d75fc40a Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 9 Aug 2020 22:21:22 +0200 Subject: [PATCH] =?UTF-8?q?/showtuningmenu=20alias=20(/stm)=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Server/Commands/AdminCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index eb56c971..8ffb2491 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -1848,7 +1848,7 @@ namespace ReallifeGamemode.Server.Commands } } - [Command("showtuningmenu", "~m~Benutzung: ~s~/showtuningmenu")] + [Command("showtuningmenu", "~m~Benutzung: ~s~/showtuningmenu", Alias = "stm")] public void CmdAdminShowtuningmenu(Player player) { if (!player.GetUser()?.IsAdmin(AdminLevel.ADMIN3) ?? true)