자국 내 외교권자에게는 메시지 보낼 수 있도록 수정

This commit is contained in:
2019-02-24 00:42:34 +09:00
parent dce24681e2
commit 48adea0d16
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);