From 9fb0ab57e6d795fa4817c6ea7d1c750c2e43518b Mon Sep 17 00:00:00 2001 From: vemacs Date: Sat, 18 Jul 2015 20:05:36 -0600 Subject: [PATCH] Fix compile --- .../src/com/earth2me/essentials/OfflinePlayer.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/OfflinePlayer.java b/Essentials/src/com/earth2me/essentials/OfflinePlayer.java index d9d176946..16918a825 100644 --- a/Essentials/src/com/earth2me/essentials/OfflinePlayer.java +++ b/Essentials/src/com/earth2me/essentials/OfflinePlayer.java @@ -1315,4 +1315,14 @@ public class OfflinePlayer implements Player { public Entity getSpectatorTarget() { throw new UnsupportedOperationException("Not supported yet."); } -} + + @Override + public void resetTitle() { + throw new UnsupportedOperationException("Not supported yet."); + } + + @Override + public void sendTitle(String title, String subtitle) { + throw new UnsupportedOperationException("Not supported yet."); + } +} \ No newline at end of file