사령턴 커맨드 버그 수정
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user