mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
[CI-SKIP] Remove paper tags - Fixes #1192
This commit is contained in:
@@ -22,7 +22,7 @@ index 71d0db3f3..a51b648c5 100644
|
||||
this.a(entity, entity.ac);
|
||||
}
|
||||
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
|
||||
index c0816b9f8..bd15f0588 100644
|
||||
index c0816b9f8..623290caa 100644
|
||||
--- a/src/main/java/net/minecraft/server/World.java
|
||||
+++ b/src/main/java/net/minecraft/server/World.java
|
||||
@@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess {
|
||||
@@ -83,17 +83,6 @@ index c0816b9f8..bd15f0588 100644
|
||||
this.getChunkAtWorldCoords(tileentity.getPosition()).d(tileentity.getPosition());
|
||||
}
|
||||
}
|
||||
@@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess {
|
||||
}
|
||||
// CraftBukkit end */
|
||||
|
||||
+ // Paper
|
||||
if (this.isLoaded(tileentity1.getPosition())) {
|
||||
Chunk chunk = this.getChunkAtWorldCoords(tileentity1.getPosition());
|
||||
+ // Paper end
|
||||
IBlockData iblockdata = chunk.getBlockData(tileentity1.getPosition());
|
||||
|
||||
chunk.a(tileentity1.getPosition(), tileentity1);
|
||||
@@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess {
|
||||
int k = MathHelper.floor(entity.locZ / 16.0D);
|
||||
|
||||
|
Reference in New Issue
Block a user