Skip to content

Commit

Permalink
Update WorldEditPlugin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya authored Jul 7, 2024
1 parent 2a9eede commit cd3cbf5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ public void onDisable() {
}
this.getServer().getAsyncScheduler().cancelTasks(this);
this.getServer().getGlobalRegionScheduler().cancelTasks(this);
worldEdit.getExecutorService().shutdown();
}

/**
Expand Down

0 comments on commit cd3cbf5

Please sign in to comment.