From 7ebfd960b1b70aa47e5aee1ce171bf7e76dde48f Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 24 Jul 2022 17:23:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8F=84=EC=8B=9C=20=EA=B4=80=EC=A7=81?= =?UTF-8?q?=20=EC=88=98=EC=B9=98=20=EC=A1=B0=ED=9A=8C=20=EA=B6=8C=ED=95=9C?= =?UTF-8?q?=EC=9D=B4=20=EC=9E=98=EB=AA=BB=EB=90=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/Nation/GeneralList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/API/Nation/GeneralList.php b/hwe/sammo/API/Nation/GeneralList.php index 292a41ab..9568b914 100644 --- a/hwe/sammo/API/Nation/GeneralList.php +++ b/hwe/sammo/API/Nation/GeneralList.php @@ -126,7 +126,7 @@ class GeneralList extends \sammo\BaseAPI if ($level >= 5) { return $level; } - if ($this->permission > 1) { + if ($this->permission >= 1) { return $level; } return 1;