diff options
Diffstat (limited to 'Spigot-Server-Patches/0111-Don-t-tick-Skulls-unused-code.patch')
-rw-r--r-- | Spigot-Server-Patches/0111-Don-t-tick-Skulls-unused-code.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Spigot-Server-Patches/0111-Don-t-tick-Skulls-unused-code.patch b/Spigot-Server-Patches/0111-Don-t-tick-Skulls-unused-code.patch new file mode 100644 index 0000000000..12c1eddf20 --- /dev/null +++ b/Spigot-Server-Patches/0111-Don-t-tick-Skulls-unused-code.patch @@ -0,0 +1,22 @@ +From 1223e6dd7d783c673abeef49cec9f7ef676fddd7 Mon Sep 17 00:00:00 2001 +From: Aikar <[email protected]> +Date: Wed, 13 Apr 2016 00:30:10 -0400 +Subject: [PATCH] Don't tick Skulls - unused code + + +diff --git a/src/main/java/net/minecraft/server/TileEntitySkull.java b/src/main/java/net/minecraft/server/TileEntitySkull.java +index edd6fb69e..380373c0e 100644 +--- a/src/main/java/net/minecraft/server/TileEntitySkull.java ++++ b/src/main/java/net/minecraft/server/TileEntitySkull.java +@@ -21,7 +21,7 @@ import com.mojang.authlib.Agent; + import com.mojang.authlib.ProfileLookupCallback; + // Spigot end + +-public class TileEntitySkull extends TileEntity implements ITickable { ++public class TileEntitySkull extends TileEntity /*implements ITickable*/ { // Paper - remove tickable + + private int a; + public int rotation; +-- +2.12.2 + |