Refresh the hashes of all our patches so they are nicely in sync after our new RB.

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-06-16 21:45:21 +10:00
parent a87b602b56
commit b7bbdfb74e
64 changed files with 77 additions and 86 deletions

View File

@@ -1,11 +1,11 @@
From 6572bc6b6f0a21c318a46f3c0ba95fcc8ee40fae Mon Sep 17 00:00:00 2001
From 4cc67e6337594077f65722dff9e59db7ea30204f Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sun, 3 Feb 2013 09:20:19 +1100
Subject: [PATCH] Handle Null Tile Entities
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
index 37fc4f5..c91b9df 100644
index 4a5894a..3c6b51a 100644
--- a/src/main/java/net/minecraft/server/World.java
+++ b/src/main/java/net/minecraft/server/World.java
@@ -1333,6 +1333,13 @@ public abstract class World implements IBlockAccess {