사령턴 커맨드 버그 수정

This commit is contained in:
2020-03-22 02:47:44 +09:00
parent 0ee8913199
commit e5a4074c03
6 changed files with 49 additions and 12 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class ConstraintHelper{
}
static function AllowDiplomacyBetweenStatus(array $allowDipCodeList, string $errMsg):array{
return [__FUNCTION__, $allowDipCodeList, $errMsg];
return [__FUNCTION__, [$allowDipCodeList, $errMsg]];
}
static function AllowJoinAction():array{