game: 입관했던 국가 재임관 가능

This commit is contained in:
2022-05-18 01:41:37 +09:00
parent b710a26b3e
commit e3716bda56
7 changed files with 7 additions and 47 deletions
@@ -60,12 +60,6 @@ class AllowJoinDestNation extends Constraint{
return false;
}
$joinedNations = $this->general['auxVar']['joinedNations']??[];
if(in_array($this->destNation['nation'], $joinedNations)){
$this->reason = "이미 임관했었던 국가입니다.";
return false;
}
return true;
}
}