Update to latest CraftBukkit and refresh all patch hashes - somehow InventoryClickEvent patch got applied twice.

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-07-11 11:31:30 +10:00
parent 9b3ea87959
commit 51c9200b04
83 changed files with 117 additions and 206 deletions

View File

@@ -1,4 +1,4 @@
From 6230fbb01c9744202288e9acef8953f25cf2c394 Mon Sep 17 00:00:00 2001
From a813b607d41bfb17c13c0e57f90c55cf57e5c7b3 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Thu, 27 Jun 2013 17:26:09 +1000
Subject: [PATCH] Properly Close Inventories
@@ -6,7 +6,7 @@ Subject: [PATCH] Properly Close Inventories
Properly close inventories when unloading and switching worlds.
diff --git a/src/main/java/net/minecraft/server/Chunk.java b/src/main/java/net/minecraft/server/Chunk.java
index 04cb6fb..34d07f2 100644
index 51db2db..0e7e09f 100644
--- a/src/main/java/net/minecraft/server/Chunk.java
+++ b/src/main/java/net/minecraft/server/Chunk.java
@@ -690,6 +690,15 @@ public class Chunk {