no message

This commit is contained in:
hellcat 2026-08-11 13:18:08 +08:00
parent ca00ec7a76
commit e24e10c52f

View File

@ -151,7 +151,7 @@ final class FreenodeMerge
$aNodeCountryList[] = $sFlagCountry;
} else if ($sPoolClient == "singbox") {
$sFlagCountry = self::countryJoinFlag($aNode["country"]);
$aNode["config"]["name"] = $sFlagCountry;
$aNode["config"]["tag"] = $sFlagCountry;
$aNodeMerge[] = $aNode["config"];
$aNodeCountryList[] = $sFlagCountry;
} else {