Rebuild patch hashes, fix build.

By: md_5 <git@md-5.net>
This commit is contained in:
Spigot
2014-03-10 09:14:45 +11:00
parent 74b65b1d0e
commit 3985d6815c
140 changed files with 188 additions and 261 deletions

View File

@@ -1,4 +1,4 @@
From f4eb04cc282a3a666f4e86bf088ba98aa0597eca Mon Sep 17 00:00:00 2001
From fe83054f2999951673b07d23e2b94f468999e801 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
@@ -23,5 +23,5 @@ index e64658d..99345a1 100644
ChunkProviderServer chunkProviderServer = ((WorldServer) this).chunkProviderServer;
if (chunkProviderServer.unloadQueue.contains(tileentity.x >> 4, tileentity.z >> 4)) {
--
1.8.4.msysgit.0
1.8.3.2