From c627b26f4956fd442159115df0b0dd6a675a1034 Mon Sep 17 00:00:00 2001 From: vemacs Date: Fri, 11 Mar 2016 17:39:10 -0700 Subject: [PATCH] Fix compile --- 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 46b1defc6..9b71e2b28 100644 --- a/Essentials/src/com/earth2me/essentials/OfflinePlayer.java +++ b/Essentials/src/com/earth2me/essentials/OfflinePlayer.java @@ -1013,6 +1013,11 @@ public class OfflinePlayer implements Player { throw new UnsupportedOperationException("Not supported yet."); } + @Override + public MainHand getMainHand() { + throw new UnsupportedOperationException("Not supported yet."); + } + @Override public void playSound(Location arg0, Sound arg1, float arg2, float arg3) { throw new UnsupportedOperationException("Not supported yet.");