Merge 26.1.2 changes to 26.2 branch

This commit is contained in:
Helvetica Volubi
2026-07-02 19:39:55 +08:00
committed by Helvetica Volubi
parent 8a7b605fa6
commit f703bda607
8 changed files with 145 additions and 145 deletions
@@ -205,7 +205,7 @@ public class EntitiesCounterUtil {
// Paper start - Optional per player mob spawns
if (countMobs) {
chunk.level.getChunkSource().chunkMap.updatePlayerMobTypeMap(entity);
((ServerLevel) chunk.getLevel()).getChunkSource().chunkMap.updatePlayerMobTypeMap(entity);
}
// Paper end - Optional per player mob spawns
});