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