3
0
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:
Hugo Manrique 2020-03-13 18:17:06 +01:00
Ursprung 5c6163d8cd
Commit 6ec6beedbd
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: A60730A4A4ACE782

Datei anzeigen

@ -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;
}
});