papermc/Spigot-Server-Patches/0118-Don-t-tick-Skulls-unused-code.patch

23 lines
823 B
Diff
Raw Normal View History

2016-11-16 20:23:38 -06:00
From fb9c00889babf3171e41e25c9431eda1d41e133f Mon Sep 17 00:00:00 2001
From: Aikar <aikar@aikar.co>
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
2016-11-16 20:23:38 -06:00
index edd6fb6..380373c 100644
--- a/src/main/java/net/minecraft/server/TileEntitySkull.java
+++ b/src/main/java/net/minecraft/server/TileEntitySkull.java
2016-05-11 22:07:46 -04:00
@@ -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;
2016-06-08 22:57:14 -05:00
public int rotation;
--
2016-11-16 20:23:38 -06:00
2.10.2