Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH committed Mar 4, 2024
1 parent e699776 commit 4d1f1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/wdsj/asw/AdvancedSensitiveWords.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public void onDisable() {
TimingUtils.cleanStatisticCache();
ContextUtils.forceClearContext();
CacheUtils.forceClearCache();
HandlerList.unregisterAll();
HandlerList.unregisterAll(this);
Objects.requireNonNull(getCommand("advancedsensitivewords")).setExecutor(null);
Objects.requireNonNull(getCommand("asw")).setExecutor(null);
Objects.requireNonNull(getCommand("advancedsensitivewords")).setTabCompleter(null);
Expand Down

0 comments on commit 4d1f1c8

Please sign in to comment.