Always use Geyser's Protocol version

Prevents errors when Geyser has updated Protocol and GeyserConnect has not
This commit is contained in:
Camotoy 2021-07-27 10:45:33 -04:00
parent c52e50f91a
commit ae078db451
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

12
pom.xml
View file

@ -70,18 +70,6 @@
<artifactId>connector</artifactId>
<version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.CloudburstMC.Protocol</groupId>
<artifactId>bedrock-v448</artifactId>
<version>ddfa38b</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.nukkitx.network</groupId>
<artifactId>raknet</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.nukkitx.network</groupId>
<artifactId>raknet</artifactId>