버그 수정

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