Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-17 05:20:14 +01:00
Remove tasks from lookup map upon completion
Dieser Commit ist enthalten in:
Ursprung
5c6163d8cd
Commit
6ec6beedbd
@ -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;
|
||||
}
|
||||
});
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren