no message

This commit is contained in:
hellcat 2025-07-03 20:35:08 +08:00
parent aecddf524a
commit f4d24520d8

View File

@ -14,7 +14,7 @@ final class CountryController
{
if ($sCase == "a") {
$iCountryLimit = rand(4, 8); // 平均6
$iCountryLimit = rand(5, 8); // 平均6
$iNodeLimit = rand(10, 35); // 平局20多
$iSpeedLimit = rand(5, 30);
}