Update PacketLib to fix SRV records in GeyserConnect

Thanks @creeper123123321
This commit is contained in:
Camotoy 2021-06-14 16:56:14 -04:00
parent bae4906879
commit 469421c481
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@
<dependency> <dependency>
<groupId>com.github.GeyserMC</groupId> <groupId>com.github.GeyserMC</groupId>
<artifactId>PacketLib</artifactId> <artifactId>PacketLib</artifactId>
<version>6e5dea9</version> <version>0b75570</version>
<scope>compile</scope> <scope>compile</scope>
<exclusions> <exclusions>
<exclusion> <!-- Move this exclusion back to MCProtocolLib it gets the latest PacketLib --> <exclusion> <!-- Move this exclusion back to MCProtocolLib it gets the latest PacketLib -->