버그 수정

This commit is contained in:
2020-05-04 06:18:20 +09:00
parent 5abe9bd6d5
commit 42e1764c44
+1 -1
View File
@@ -9,7 +9,7 @@ class ConstraintHelper{
} }
static function AllowDiplomacyStatus(int $nationID, array $allowList, string $errMsg):array{ 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{ static function AllowDiplomacyBetweenStatus(array $allowDipCodeList, string $errMsg):array{