From 8a81b14b51115ef1796eec83a52de44f2fa6ffed Mon Sep 17 00:00:00 2001 From: Steveice10 Date: Mon, 2 Jul 2018 15:17:00 -0700 Subject: [PATCH] Fix example, bump OpenNBT version to 1.1 --- .../steveice10/mc/protocol/test/MinecraftProtocolTest.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/com/github/steveice10/mc/protocol/test/MinecraftProtocolTest.java b/example/com/github/steveice10/mc/protocol/test/MinecraftProtocolTest.java index 1509487f9..0a2b1a95e 100644 --- a/example/com/github/steveice10/mc/protocol/test/MinecraftProtocolTest.java +++ b/example/com/github/steveice10/mc/protocol/test/MinecraftProtocolTest.java @@ -148,7 +148,7 @@ private static void login() { MinecraftProtocol protocol = null; if(VERIFY_USERS) { try { - protocol = new MinecraftProtocol(USERNAME, PASSWORD, false); + protocol = new MinecraftProtocol(USERNAME, PASSWORD); System.out.println("Successfully authenticated user."); } catch(RequestException e) { e.printStackTrace(); diff --git a/pom.xml b/pom.xml index 8b443f891..5d0a2bf8f 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ com.github.steveice10 opennbt - 1.0 + 1.1 compile