From 925e6847f3458f4618a924265464222be5540dfe Mon Sep 17 00:00:00 2001 From: fumiama Date: Sat, 15 Jan 2022 17:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20adjust=20prio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_curse/curse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_curse/curse.go b/plugin_curse/curse.go index 8270cda9..e1c950cd 100644 --- a/plugin_curse/curse.go +++ b/plugin_curse/curse.go @@ -13,7 +13,7 @@ import ( ) const ( - prio = 300 + prio = 250 minLevel = "min" maxLevel = "max" )