bug fixes

pull/3301/head
2dust 2023-02-12 08:53:28 +08:00
parent 82f236e07b
commit e9bb6a9951
1 changed files with 1 additions and 1 deletions

View File

@ -1512,7 +1512,7 @@ namespace v2rayN.Handler
var items = LazyConfig.Instance.RoutingItems();
if (blImportAdvancedRules || items.Count <= 0)
{
var maxSort = items.Max(t => t.sort);
var maxSort = items.Count;
//Bypass the mainland
var item2 = new RoutingItem()
{