mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 14:15:22 +02:00
Always use Geyser's Protocol version
Prevents errors when Geyser has updated Protocol and GeyserConnect has not
This commit is contained in:
parent
c52e50f91a
commit
ae078db451
1 changed files with 0 additions and 12 deletions
12
pom.xml
12
pom.xml
|
@ -70,18 +70,6 @@
|
||||||
<artifactId>connector</artifactId>
|
<artifactId>connector</artifactId>
|
||||||
<version>1.4.1-SNAPSHOT</version>
|
<version>1.4.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>com.nukkitx.network</groupId>
|
<groupId>com.nukkitx.network</groupId>
|
||||||
<artifactId>raknet</artifactId>
|
<artifactId>raknet</artifactId>
|
||||||
|
|
Loading…
Add table
Reference in a new issue