Remove CraftHorse patch since it is now covered by upstream

This commit is contained in:
md_5 2013-07-11 11:33:09 +10:00
parent 6b60db4272
commit c7c08d81ae
7 changed files with 6 additions and 29 deletions

View file

@ -1,23 +0,0 @@
From d54719af52c66e89509b9ee01cfe700bc05be5be Mon Sep 17 00:00:00 2001
From: Mike Primm <mike@primmhome.com>
Date: Thu, 4 Jul 2013 00:03:42 -0500
Subject: [PATCH] Create CraftHorse Instance for EntityHorse
Handle creating instance of CraftHorse for EntityHorse instances and spawn()
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
index a68169f..7c0a026 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
@@ -893,6 +893,8 @@ public class CraftWorld implements World {
entity = new EntityCreeper(world);
} else if (Ghast.class.isAssignableFrom(clazz)) {
entity = new EntityGhast(world);
+ } else if (Horse.class.isAssignableFrom(clazz)) {
+ entity = new EntityHorse(world);
} else if (Pig.class.isAssignableFrom(clazz)) {
entity = new EntityPig(world);
} else if (Player.class.isAssignableFrom(clazz)) {
--
1.8.1.2

View file

@ -1,4 +1,4 @@
From 28fd5fba0a7b1771bce44f361ab709022eba91b7 Mon Sep 17 00:00:00 2001
From 3e68f19219ef911b0c48d121fabe3bf34f4d8a02 Mon Sep 17 00:00:00 2001
From: Alex Ciuba <alexciuba@gmail.com>
Date: Mon, 10 Jun 2013 16:04:38 -0400
Subject: [PATCH] Properly Consume Bonemeal in Dispensers

View file

@ -1,4 +1,4 @@
From af0e59ae5d8a85658b4309c1b3a7fd8e62b28165 Mon Sep 17 00:00:00 2001
From 20c689599b300747b7b102d0ef48e917b3e6ffdb Mon Sep 17 00:00:00 2001
From: Alex Ciuba <alexciuba@gmail.com>
Date: Tue, 11 Jun 2013 15:23:03 -0400
Subject: [PATCH] Prevent Ghost Players Caused by Plugins

View file

@ -1,4 +1,4 @@
From 4cf48c39d3d68b3e7c64809909d03a3e1acea22b Mon Sep 17 00:00:00 2001
From af786a920ab177e4f00249244163327ccf02a660 Mon Sep 17 00:00:00 2001
From: Jim Bilbrey <jb_aero@verizon.net>
Date: Wed, 19 Jun 2013 05:38:05 -0400
Subject: [PATCH] Define Ambient Setting of Potion Effects

View file

@ -1,4 +1,4 @@
From 71591c3b90d7988577409e3beda026973c18ded0 Mon Sep 17 00:00:00 2001
From c88c2a44162732adaeb8ccf4c7b355f2585965dd Mon Sep 17 00:00:00 2001
From: Phillip Schichtel <quick_wango@code-infection.de>
Date: Fri, 5 Jul 2013 21:55:00 +1000
Subject: [PATCH] Console Command Completion

View file

@ -1,4 +1,4 @@
From d5e673509003b9580269ce356f1f62a8f2cde4b3 Mon Sep 17 00:00:00 2001
From f6d9dd6ce30df450863c96dc96c4e529bd9107ea Mon Sep 17 00:00:00 2001
From: ItsHarry <info@itsjerryandharry.com>
Date: Wed, 10 Jul 2013 13:45:08 +0200
Subject: [PATCH] Fix StructureGrowEvent.getPlayer()

View file

@ -1,4 +1,4 @@
From 1cb88b278d03153c18df3801bff262d80e91642b Mon Sep 17 00:00:00 2001
From ab716ebdb094de8cdd3966c4cad572a130614258 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Wed, 10 Jul 2013 23:46:09 +1000
Subject: [PATCH] Client Crash Cannot Send Message