버그 수정

This commit is contained in:
2020-05-04 06:24:01 +09:00
parent 115c6dd178
commit 60f9d4b3a3
@@ -57,7 +57,7 @@ class AllowDiplomacyStatus extends Constraint{
$this->nationID,
$this->allowStatus
);
if($state !== null){
if($state === null){
return true;
}
$this->reason = $this->errMsg;