mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Remove tasks from lookup map upon completion
This commit is contained in:
@@ -187,6 +187,7 @@ public class VelocityScheduler implements Scheduler {
|
||||
} catch (Exception e) {
|
||||
Log.logger.error("Exception in task {} by plugin {}", runnable, plugin, e);
|
||||
} finally {
|
||||
onFinish();
|
||||
currentTaskThread = null;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user