mirror of
https://github.com/netchx/netch.git
synced 2026-04-03 19:35:10 +08:00
Refactor: ModeHelper, Mode.Type, Netch.Enums.ModeType
This commit is contained in:
@@ -149,7 +149,7 @@ namespace Netch.Controllers
|
||||
{
|
||||
Dial(NameList.TYPE_CLRNAME, "");
|
||||
var invalidList = new List<string>();
|
||||
foreach (var s in mode.FullRule)
|
||||
foreach (var s in mode.GetRules())
|
||||
{
|
||||
if (s.StartsWith("!"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user