mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 21:28:51 +00:00
bug fixes
This commit is contained in:
parent
82f236e07b
commit
e9bb6a9951
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue