mirror of
https://github.com/netchx/netch.git
synced 2026-03-24 18:39:47 +08:00
fix: Shadowsocks.HasPlugin typo
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Netch.Servers.Shadowsocks
|
||||
Type = "SS";
|
||||
}
|
||||
|
||||
public bool HasPlugin() => string.IsNullOrWhiteSpace(Plugin) && string.IsNullOrWhiteSpace(PluginOption);
|
||||
public bool HasPlugin() => !string.IsNullOrWhiteSpace(Plugin) && !string.IsNullOrWhiteSpace(PluginOption);
|
||||
}
|
||||
|
||||
public static class SSGlobal
|
||||
|
||||
Reference in New Issue
Block a user