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;