From bc08b1101175d48aa1efb1f24fc70639361bdf7f Mon Sep 17 00:00:00 2001 From: Ali Moghnieh Date: Sun, 18 Dec 2016 14:17:16 +0000 Subject: [PATCH] NOOP sendTitle in OfflinePlayer. --- Essentials/src/com/earth2me/essentials/OfflinePlayer.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Essentials/src/com/earth2me/essentials/OfflinePlayer.java b/Essentials/src/com/earth2me/essentials/OfflinePlayer.java index 2d392da9c..3d7ed548b 100644 --- a/Essentials/src/com/earth2me/essentials/OfflinePlayer.java +++ b/Essentials/src/com/earth2me/essentials/OfflinePlayer.java @@ -1414,6 +1414,11 @@ public class OfflinePlayer implements Player { } + @Override + public void sendTitle(String title, String subtitle, int fadeIn, int stay, int fadeOut) { + + } + @Override public AttributeInstance getAttribute(Attribute attribute) { // GetAttribute is nullable as per CraftAttributeMap. This might need to be