Remove some patches

This commit is contained in:
Owen1212055
2023-12-06 15:09:14 -05:00
parent d0a41fbabf
commit 8e37c573ec
4 changed files with 4 additions and 78 deletions

View File

@@ -64,9 +64,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
} else {
if (this.ownerUUID != null) {
@@ -0,0 +0,0 @@ public abstract class Projectile extends Entity implements TraceableEntity {
}
}
// Paper end
ServerLevel worldserver = (ServerLevel) world;
this.cachedOwner = worldserver.getEntity(this.ownerUUID);
+ this.refreshProjectileSource(false); // Paper
return this.cachedOwner;
}