버그 수정

This commit is contained in:
2019-04-21 16:57:05 +09:00
parent 186df66e81
commit da5fc417c5
60 changed files with 73 additions and 68 deletions
@@ -11,7 +11,7 @@ class DisallowDiplomacyBetweenStatus extends Constraint{
protected $destNationID;
protected $disallowStatus = [];
public function checkInputValues(bool $throwExeception=true){
public function checkInputValues(bool $throwExeception=true):bool{
if(!parent::checkInputValues($throwExeception) && !$throwExeception){
return false;
}