mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
Fix example, bump OpenNBT version to 1.1
This commit is contained in:
parent
08f1ca0290
commit
8a81b14b51
2 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ public class MinecraftProtocolTest {
|
|||
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();
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue