mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-01 05:58:00 +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) {
|
public void refreshThreads(long tickTime) {
|
||||||
processLoadedChunks();
|
processLoadedChunks();
|
||||||
processUnloadedChunks();
|
processUnloadedChunks();
|
||||||
processRemovedEntities();
|
|
||||||
processUpdatedEntities();
|
processUpdatedEntities();
|
||||||
|
processRemovedEntities();
|
||||||
if (provider.getChunkRefreshType() == ThreadProvider.RefreshType.NEVER)
|
if (provider.getChunkRefreshType() == ThreadProvider.RefreshType.NEVER)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user