mirror of https://github.com/2dust/v2rayN
bug fixes
parent
82f236e07b
commit
e9bb6a9951
|
@ -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 New Issue