Skip to content

Commit

Permalink
Fix example, bump OpenNBT version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveice10 authored and Steveice10 committed Jul 2, 2018
1 parent 08f1ca0 commit 8a81b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.github.steveice10</groupId>
<artifactId>opennbt</artifactId>
<version>1.0</version>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8a81b14

Please sign in to comment.