3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-06 13:28:06 +02:00

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

Fixes a regression where ClientPlayerAbilitiesPacket was sending the incorrect flag.
Dieser Commit ist enthalten in:
Camotoy 2020-08-28 15:16:35 -04:00 committet von GitHub
Ursprung 79bf56a75c
Commit 3f00803499
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

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