1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-16 18:31:53 +01:00

[CI-SKIP] Remove paper tags - Fixes

This commit is contained in:
Aikar 2018-07-04 17:26:54 -04:00
parent 25f583aaa4
commit 233a81a4ba

View file

@ -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);