From 8fa4818d1b8723e862f1a4f1878d931a68811803 Mon Sep 17 00:00:00 2001 From: Gabscap Date: Fri, 25 Mar 2016 02:23:23 +0100 Subject: [PATCH] rebuild --- Spigot-Server-Patches/Configurable-end-credits.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/Configurable-end-credits.patch b/Spigot-Server-Patches/Configurable-end-credits.patch index a8e4744f40..f51496b6e0 100644 --- a/Spigot-Server-Patches/Configurable-end-credits.patch +++ b/Spigot-Server-Patches/Configurable-end-credits.patch @@ -37,8 +37,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + } + public Entity c(int i) { - this.cj = true; + //this.cj = true; // CraftBukkit - Moved down and into PlayerList#changeDimension if (this.dimension == 1 && i == 1) { +@@ -0,0 +0,0 @@ public class EntityPlayer extends EntityHuman implements ICrafting { this.world.kill(this); if (!this.viewingCredits) { this.viewingCredits = true;