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)