Rebuild patches

This commit is contained in:
Thinkofdeath
2015-03-08 11:04:41 +00:00
committed by Zach Brown
parent b6536707d1
commit 894b59c400
187 changed files with 286 additions and 286 deletions

View File

@@ -1,4 +1,4 @@
From 74a9ae442876b923afc2ffee51d06900fc15f166 Mon Sep 17 00:00:00 2001
From cae0937ade50fb86203d217e6163cd57fa303626 Mon Sep 17 00:00:00 2001
From: Thinkofdeath <thethinkofdeath@gmail.com>
Date: Tue, 14 Jan 2014 20:11:25 +0000
Subject: [PATCH] Fix ConcurrentModificationException while being idle kicked
@@ -6,10 +6,10 @@ Subject: [PATCH] Fix ConcurrentModificationException while being idle kicked
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
index 2ea78c2..57fda56 100644
index 0d97f71..e7af966 100644
--- a/src/main/java/net/minecraft/server/World.java
+++ b/src/main/java/net/minecraft/server/World.java
@@ -1090,6 +1090,7 @@ public abstract class World implements IBlockAccess {
@@ -1093,6 +1093,7 @@ public abstract class World implements IBlockAccess {
this.everyoneSleeping();
}
@@ -17,7 +17,7 @@ index 2ea78c2..57fda56 100644
int i = entity.ae;
int j = entity.ag;
@@ -1106,6 +1107,7 @@ public abstract class World implements IBlockAccess {
@@ -1109,6 +1110,7 @@ public abstract class World implements IBlockAccess {
this.entityList.remove(index);
}
// CraftBukkit end