Skip to content

Commit f59b243

Browse files
fix: remove overlay on plugin shutdown
1 parent 99866c8 commit f59b243

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/westerhoud/osrs/taskman/TaskmanPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ protected void startUp() throws Exception {
6060
protected void shutDown() throws Exception {
6161
// Sidebar
6262
clientToolbar.removeNavigation(navigationButton);
63+
overlayManager.remove(currentTaskOverlay);
6364
}
6465

6566
public Task getCurrentTask() throws Exception {

0 commit comments

Comments
 (0)