mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-15 15:16:46 +01:00
Added comment
This commit is contained in:
parent
44b22ce1f1
commit
562927ee44
@ -157,6 +157,7 @@ public abstract class ThreadProvider {
|
||||
final boolean hasQueue = monitor.hasQueuedThreads();
|
||||
if (hasQueue) {
|
||||
monitor.leave();
|
||||
// #acquire callbacks should be called here
|
||||
monitor.enter();
|
||||
}
|
||||
entity.tick(time);
|
||||
|
Loading…
Reference in New Issue
Block a user