1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-04 15:31:36 +00:00

Add static variable to disable bedrock listener (#2254)

* Add static variable to disable bedrock listener

* Add default value

* Add javadoc comment
This commit is contained in:
rtm516
2021-06-05 01:02:10 +01:00
committed by GitHub
parent 4c542ba2c4
commit aaa100b2d3
2 changed files with 18 additions and 9 deletions

View File

@@ -75,7 +75,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<version>1.18.20</version>
<scope>provided</scope>
</dependency>
</dependencies>