From 6c8eca2f57b2a4d980bc3063fde376bebaf97ecf Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 4 May 2020 06:24:01 +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 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;