connector/pom.xml: Move back to main MCProtocolLib repository (#1211)

Fixes a regression where ClientPlayerAbilitiesPacket was sending the incorrect flag.
This commit is contained in:
Camotoy 2020-08-28 15:16:35 -04:00 committed by GitHub
parent 79bf56a75c
commit 3f00803499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -109,9 +109,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.GeyserMC</groupId>
<artifactId>MCProtocolLib</artifactId>
<version>f37c98dc70</version>
<groupId>com.github.steveice10</groupId>
<artifactId>mcprotocollib</artifactId>
<version>b3cf3acbb3</version>
<scope>compile</scope>
<exclusions>
<exclusion>