From 42e1764c44d4b47ffca54f6af6b76084804d89d7 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 4 May 2020 06:18: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/ConstraintHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Constraint/ConstraintHelper.php b/hwe/sammo/Constraint/ConstraintHelper.php index c82e0781..0d6bdde3 100644 --- a/hwe/sammo/Constraint/ConstraintHelper.php +++ b/hwe/sammo/Constraint/ConstraintHelper.php @@ -9,7 +9,7 @@ class ConstraintHelper{ } static function AllowDiplomacyStatus(int $nationID, array $allowList, string $errMsg):array{ - return [__FUNCTION__, [$nationID, $disallowList, $errMsg]]; + return [__FUNCTION__, [$nationID, $allowList, $errMsg]]; } static function AllowDiplomacyBetweenStatus(array $allowDipCodeList, string $errMsg):array{