버그 수정

This commit is contained in:
2020-05-08 03:13:20 +09:00
parent e9f8db58c0
commit b562d45531
@@ -57,7 +57,7 @@ class AllowDiplomacyStatus extends Constraint{
$this->nationID,
$this->allowStatus
);
if($state === null){
if($state !== null){
return true;
}
$this->reason = $this->errMsg;