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 03b4e58f72365f9bdcb6b1aca9076090ee52a338 Mon Sep 17 00:00:00 2001
From 40e0140e1cf0aa8874a75e36bcf4aa32ac69a25f Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Tue, 11 Jun 2013 12:17:37 +1000
Subject: [PATCH] More Efficient GetCubes
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
index ddf84f8..7385c25 100644
index 96190de..dcad74f 100644
--- a/src/main/java/net/minecraft/server/World.java
+++ b/src/main/java/net/minecraft/server/World.java
@@ -1043,19 +1043,47 @@ public abstract class World implements IBlockAccess {