3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-01 19:08:07 +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>
</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>