mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-25 09:49:28 +00:00
Updated Upstream (Purpur)
Upstream has released updates that appear to apply and compile correctly Purpur Changes: PurpurMC/Purpur@d22f66f2 Updated Upstream (Paper)
This commit is contained in:
@@ -87,7 +87,9 @@ public final class RegionizedChunkTicking extends ServerChunkCache {
|
||||
level.tickChunk(chunk, randomTickSpeed);
|
||||
}
|
||||
for (Entity entity : region.entities()) {
|
||||
tickEntity(entity);
|
||||
if (!entity.moonrise$isUpdatingSectionStatus()) {
|
||||
tickEntity(entity);
|
||||
}
|
||||
}
|
||||
|
||||
return regionChunksIDs;
|
||||
|
||||
Reference in New Issue
Block a user