재야일때 secretlimit 경고 뜨는거 해결
This commit is contained in:
@@ -108,6 +108,9 @@ function commandButton() {
|
||||
if($me['level'] >= 2){
|
||||
$showSecret = true;
|
||||
}
|
||||
else if($me['level']== 0){
|
||||
$showSecret = false;
|
||||
}
|
||||
else if($me['belong'] >= $nation['secretlimit']){
|
||||
$showSecret = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user