Rebase fixups

This commit is contained in:
Spottedleaf
2024-10-25 12:24:15 -07:00
parent 9b124dba9b
commit 3d5706bf30
11 changed files with 3299 additions and 10285 deletions

View File

@@ -59,8 +59,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
private boolean addEntity(T entity, boolean existing) {
+ org.spigotmc.AsyncCatcher.catchOp("Entity add"); // Paper
// Paper start - chunk system hooks
if (existing) {
// I don't want to know why this is a generic type.
// I don't want to know why this is a generic type.
Entity entityCasted = (Entity)entity;
@@ -0,0 +0,0 @@ public class PersistentEntitySectionManager<T extends EntityAccess> implements A
}