Skip to content

Commit 81da72b

Browse files
committed
1 parent d920115 commit 81da72b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v2rayN/ServiceLib/Handler/ConfigHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,7 @@ public static async Task<RetResult> AddGroupRegionServer(Config config, SubItem?
13321332
public static async Task<int> RemoveInvalidServerResult(Config config, string subid)
13331333
{
13341334
var lstModel = await AppManager.Instance.ProfileModels(subid, "");
1335+
lstModel.RemoveAll(t => t.ConfigType.IsComplexType());
13351336
if (lstModel is { Count: <= 0 })
13361337
{
13371338
return -1;

0 commit comments

Comments
 (0)