From b562d455311841eeeb6ac10ac42605ae233c2b28 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 8 May 2020 03:13:20 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Constraint/AllowDiplomacyStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Constraint/AllowDiplomacyStatus.php b/hwe/sammo/Constraint/AllowDiplomacyStatus.php index 485874f9..df94774e 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;