From 2e9e8c1ea1b6711dd90827952d5ff177b841620b Mon Sep 17 00:00:00 2001 From: Brady Date: Fri, 9 Nov 2018 22:00:11 -0600 Subject: [PATCH] Actually entirely epic, we're okay --- .../java/baritone/bot/handler/BotNetHandlerPlayClient.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/java/baritone/bot/handler/BotNetHandlerPlayClient.java b/src/main/java/baritone/bot/handler/BotNetHandlerPlayClient.java index b7630177..d450d279 100644 --- a/src/main/java/baritone/bot/handler/BotNetHandlerPlayClient.java +++ b/src/main/java/baritone/bot/handler/BotNetHandlerPlayClient.java @@ -681,12 +681,6 @@ public class BotNetHandlerPlayClient extends NetHandlerPlayClient { this.user.getManager().notifyDisconnect(this.user, EnumConnectionState.PLAY); } - @Nonnull - @Override - public GameProfile getGameProfile() { - throw new UnsupportedOperationException("This method shouldn't have been called; That is unepic!"); - } - @Nonnull @Override public ClientAdvancementManager getAdvancementManager() {