mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-28 20:18:10 +01:00
Potentially fix removed entities from still being ticked
Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
parent
5c2ab68a0a
commit
0f4698bed7
@ -101,8 +101,8 @@ public final class ThreadDispatcher {
|
||||
public void refreshThreads(long tickTime) {
|
||||
processLoadedChunks();
|
||||
processUnloadedChunks();
|
||||
processRemovedEntities();
|
||||
processUpdatedEntities();
|
||||
processRemovedEntities();
|
||||
if (provider.getChunkRefreshType() == ThreadProvider.RefreshType.NEVER)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user