Rebuild all patches using the new rebuild pattern
This commit is contained in:
@@ -6,7 +6,7 @@ Subject: [PATCH] Restrict vanilla teleport command to valid locations
|
||||
Fixes GH-3165
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/CommandTeleport.java b/src/main/java/net/minecraft/server/CommandTeleport.java
|
||||
index 3060b4f68b1..79016b58707 100644
|
||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||
--- a/src/main/java/net/minecraft/server/CommandTeleport.java
|
||||
+++ b/src/main/java/net/minecraft/server/CommandTeleport.java
|
||||
@@ -0,0 +0,0 @@ public class CommandTeleport {
|
||||
@@ -22,4 +22,3 @@ index 3060b4f68b1..79016b58707 100644
|
||||
if (entity instanceof EntityPlayer) {
|
||||
ChunkCoordIntPair chunkcoordintpair = new ChunkCoordIntPair(new BlockPosition(d0, d1, d2));
|
||||
|
||||
--
|
||||
Reference in New Issue
Block a user