2018-09-29 01:31:59 +02:00
|
|
|
From 8039d15ff0deb8967a880ed84c71c85ad745e058 Mon Sep 17 00:00:00 2001
|
2018-07-15 03:53:17 +02:00
|
|
|
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
|
2018-09-29 01:31:59 +02:00
|
|
|
index 3a54ebdb15..e59f3c21d7 100644
|
2018-07-15 03:53:17 +02:00
|
|
|
--- a/src/main/java/net/minecraft/server/TileEntitySkull.java
|
|
|
|
+++ b/src/main/java/net/minecraft/server/TileEntitySkull.java
|
|
|
|
@@ -24,7 +24,7 @@ import com.mojang.authlib.ProfileLookupCallback;
|
|
|
|
import java.util.concurrent.Callable;
|
|
|
|
// Spigot end
|
|
|
|
|
|
|
|
-public class TileEntitySkull extends TileEntity implements ITickable {
|
|
|
|
+public class TileEntitySkull extends TileEntity /*implements ITickable*/ { // Paper - remove tickable
|
|
|
|
|
|
|
|
private GameProfile a;
|
|
|
|
private int e;
|
|
|
|
--
|
2018-09-29 01:31:59 +02:00
|
|
|
2.19.0
|
2018-07-15 03:53:17 +02:00
|
|
|
|