자국 내 외교권자에게는 메시지 보낼 수 있도록 수정
This commit is contained in:
+1
-1
@@ -385,7 +385,7 @@ function refreshMailboxList(obj){
|
||||
|
||||
var $item = $('<option value="{0}">{1}</option>'.format(generalID, textName));
|
||||
|
||||
if(permissionLevel == 4 && isAmbassador){
|
||||
if(permissionLevel == 4 && isAmbassador && myNation.mailbox != nation.mailbox){
|
||||
$item.prop('disabled', true);
|
||||
}
|
||||
$optgroup.append($item);
|
||||
|
||||
Reference in New Issue
Block a user