mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-03 13:48:52 +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();
|
var items = LazyConfig.Instance.RoutingItems();
|
||||||
if (blImportAdvancedRules || items.Count <= 0)
|
if (blImportAdvancedRules || items.Count <= 0)
|
||||||
{
|
{
|
||||||
var maxSort = items.Max(t => t.sort);
|
var maxSort = items.Count;
|
||||||
//Bypass the mainland
|
//Bypass the mainland
|
||||||
var item2 = new RoutingItem()
|
var item2 = new RoutingItem()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue