From 68983267c60a5a3fb8a036dbe70334f11aa60790 Mon Sep 17 00:00:00 2001 From: raven Date: Wed, 25 Mar 2026 16:14:42 -0500 Subject: fix permissions for /unban --- server/commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/commands.go b/server/commands.go index a91b206..72b9413 100644 --- a/server/commands.go +++ b/server/commands.go @@ -318,6 +318,7 @@ var commandAuth = map[string]authLevel { "tp": cheatAuth, "kick": moderateAuth, "ban": moderateAuth, + "unban": moderateAuth, "createLevel": opAuth, "op": opAuth, "deop": opAuth, -- cgit v1.2.3