버그 수정
This commit is contained in:
@@ -5,7 +5,7 @@ namespace sammo\Constraint;
|
||||
class AllowWar extends Constraint{
|
||||
const REQ_VALUES = Constraint::REQ_NATION;
|
||||
|
||||
public function checkInputValues(bool $throwExeception=true){
|
||||
public function checkInputValues(bool $throwExeception=true):bool{
|
||||
if(!parent::checkInputValues($throwExeception) && !$throwExeception){
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user