diff --git a/hwe/sammo/Constraint/AllowDiplomacyStatus.php b/hwe/sammo/Constraint/AllowDiplomacyStatus.php index eb1704be..c9bfba5a 100644 --- a/hwe/sammo/Constraint/AllowDiplomacyStatus.php +++ b/hwe/sammo/Constraint/AllowDiplomacyStatus.php @@ -57,7 +57,7 @@ class AllowDiplomacyStatus extends Constraint{ $this->nationID, $this->allowStatus ); - if($state !== null){ + if($state === null){ return true; } $this->reason = $this->errMsg;