mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update to 1.17-rc1
This commit is contained in:
parent
1fe179c6d2
commit
c2be67bc3d
2 changed files with 3 additions and 3 deletions
|
@ -122,10 +122,10 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.GeyserMC</groupId>
|
<groupId>com.github.GeyserMC</groupId>
|
||||||
<artifactId>MCProtocolLib</artifactId>
|
<artifactId>MCProtocolLib</artifactId>
|
||||||
<version>eb02688</version>
|
<version>bc06ae5</version>
|
||||||
<!-- <groupId>com.github.steveice10</groupId>-->
|
<!-- <groupId>com.github.steveice10</groupId>-->
|
||||||
<!-- <artifactId>mcprotocollib</artifactId>-->
|
<!-- <artifactId>mcprotocollib</artifactId>-->
|
||||||
<!-- <version>1.17-pre5-SNAPSHOT</version>-->
|
<!-- <version>1.17-rc1-SNAPSHOT</version>-->
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|
|
@ -106,7 +106,7 @@ public class GeyserConnector {
|
||||||
|
|
||||||
private final ScheduledExecutorService generalThreadPool;
|
private final ScheduledExecutorService generalThreadPool;
|
||||||
|
|
||||||
private BedrockServer bedrockServer;
|
private final BedrockServer bedrockServer;
|
||||||
private final PlatformType platformType;
|
private final PlatformType platformType;
|
||||||
private final GeyserBootstrap bootstrap;
|
private final GeyserBootstrap bootstrap;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue