Skip to content

Commit

Permalink
Remove proxySelector
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH authored Mar 10, 2024
1 parent d5afdb6 commit 632427c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/io/wdsj/asw/AdvancedSensitiveWords.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ public void doInitTasks() {
AtomicReference<IWordDeny> wD = new AtomicReference<>();
isInitialized = false;
sensitiveWordBs = null;
ProxySelector.setDefault(null);
getScheduler().runTaskAsynchronously(() -> {
if (settingsManager.getProperty(PluginSettings.ENABLE_DEFAULT_WORDS) && settingsManager.getProperty(PluginSettings.ENABLE_ONLINE_WORDS)) {
wD.set(WordDenys.chains(WordDenys.defaults(), new WordDeny(), new OnlineWordDeny(), new ExternalWordDeny()));
Expand Down

0 comments on commit 632427c

Please sign in to comment.