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 774ed3fecda98d3dedd42b5116461eb47ecae721 Mon Sep 17 00:00:00 2001
From cbea036f18bb91b2a39867c7cac7aa37115d69a2 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sat, 22 Jun 2013 16:12:02 +1000
Subject: [PATCH] Allow Disabling of Random Lighting Updates
@@ -31,7 +31,7 @@ index 58eacd2..0eeed14 100644
entityhuman = (EntityHuman) this.players.get(i);
j = MathHelper.floor(entityhuman.locX) + this.random.nextInt(11) - 5;
diff --git a/src/main/java/org/spigotmc/SpigotWorldConfig.java b/src/main/java/org/spigotmc/SpigotWorldConfig.java
index 87eac1b..aa639fe 100644
index 827e6f9..adebd03 100644
--- a/src/main/java/org/spigotmc/SpigotWorldConfig.java
+++ b/src/main/java/org/spigotmc/SpigotWorldConfig.java
@@ -177,4 +177,11 @@ public class SpigotWorldConfig
@@ -47,5 +47,5 @@ index 87eac1b..aa639fe 100644
+ }
}
--
1.8.4.msysgit.0
1.8.3.2