버그 수정

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
@@ -10,7 +10,7 @@ class DisallowDiplomacyStatus extends Constraint{
protected $nationID;
protected $disallowStatus = [];
public function checkInputValues(bool $throwExeception=true){
public function checkInputValues(bool $throwExeception=true):bool{
if(!parent::checkInputValues($throwExeception) && !$throwExeception){
return false;
}