Skip to content

Commit

Permalink
Fix broadcast module unloading (#943)
Browse files Browse the repository at this point in the history
Signed-off-by: Pugzy <[email protected]>
  • Loading branch information
Pugzy authored Nov 30, 2021
1 parent 0560918 commit 19e99dc
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,4 @@ public void enable() {
public void disable() {
this.countdowns.cancelAll();
}

@Override
public void unload() {
this.broadcasts.clear();
}
}

0 comments on commit 19e99dc

Please sign in to comment.