From 2e00b8d691a0cee252193645d2c02cfc086e77b0 Mon Sep 17 00:00:00 2001 From: Aikar Date: Wed, 13 Apr 2016 00:32:05 -0400 Subject: [PATCH] Don't tick Skulls - unused code - Fixes #202 --- .../Don-t-tick-Skulls-unused-code.patch | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Spigot-Server-Patches/Don-t-tick-Skulls-unused-code.patch diff --git a/Spigot-Server-Patches/Don-t-tick-Skulls-unused-code.patch b/Spigot-Server-Patches/Don-t-tick-Skulls-unused-code.patch new file mode 100644 index 0000000000..8177cdfb0c --- /dev/null +++ b/Spigot-Server-Patches/Don-t-tick-Skulls-unused-code.patch @@ -0,0 +1,20 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Aikar +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 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644 +--- a/src/main/java/net/minecraft/server/TileEntitySkull.java ++++ b/src/main/java/net/minecraft/server/TileEntitySkull.java +@@ -0,0 +0,0 @@ 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; + private int rotation; +-- \ No newline at end of file