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,4 +1,4 @@
From a25d375917c5154237f18b2f83217133d0696919 Mon Sep 17 00:00:00 2001
From 10ca32f973eaccc4eab615b966b195c90555c916 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Thu, 7 Mar 2013 20:12:46 +1100
Subject: [PATCH] Async Operation Catching
@@ -46,7 +46,7 @@ index 5c03732..5f3c780 100644
this.trackedPlayers.remove(entityplayer);
entityplayer.removeQueue.add(Integer.valueOf(this.tracker.id));
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
index 964bef6..9306e57 100644
index a0c61a1..1afc717 100644
--- a/src/main/java/net/minecraft/server/World.java
+++ b/src/main/java/net/minecraft/server/World.java
@@ -924,6 +924,7 @@ public abstract class World implements IBlockAccess {