Update to 1.17-rc1

This commit is contained in:
Camotoy 2021-06-04 21:28:21 -04:00
parent 1fe179c6d2
commit c2be67bc3d
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
2 changed files with 3 additions and 3 deletions

View File

@ -122,10 +122,10 @@
<dependency>
<groupId>com.github.GeyserMC</groupId>
<artifactId>MCProtocolLib</artifactId>
<version>eb02688</version>
<version>bc06ae5</version>
<!-- <groupId>com.github.steveice10</groupId>-->
<!-- <artifactId>mcprotocollib</artifactId>-->
<!-- <version>1.17-pre5-SNAPSHOT</version>-->
<!-- <version>1.17-rc1-SNAPSHOT</version>-->
<scope>compile</scope>
<exclusions>
<exclusion>

View File

@ -106,7 +106,7 @@ public class GeyserConnector {
private final ScheduledExecutorService generalThreadPool;
private BedrockServer bedrockServer;
private final BedrockServer bedrockServer;
private final PlatformType platformType;
private final GeyserBootstrap bootstrap;