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