Paper/Spigot-Server-Patches/0113-Don-t-tick-Skulls-unused-code.patch

23 lines
822 B
Diff
Raw Normal View History

2017-01-06 22:45:59 +01:00
From ae5a116e0a0dfa68b6bf02991c4b3fc5a1e9a6b7 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-17 03:23:38 +01: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-12 04:07:46 +02: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-09 05:57:14 +02:00
public int rotation;
--
2016-12-11 00:50:31 +01:00
2.9.3