diff --git a/ReallifeGamemode.Server/Report/Report.cs b/ReallifeGamemode.Server/Report/Report.cs index a73b90ad..c3a31c7e 100644 --- a/ReallifeGamemode.Server/Report/Report.cs +++ b/ReallifeGamemode.Server/Report/Report.cs @@ -32,7 +32,7 @@ namespace ReallifeGamemode.Server.Report [Command("showtickets", "~m~Benutzung: ~s~/showtickets")] public void CmdAdminShowtickets(Client client) { - if (!client.GetUser()?.IsAdmin(AdminLevel.ADMIN) ?? true) + if (!client.GetUser()?.IsAdmin(AdminLevel.SUPPORTER) ?? true) { ChatService.NotAuthorized(client); return;