1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-31 04:36:33 +00:00

Add message about 'outdated' Geyser. (#877)

Ensures people are aware of a 1.16 build.
This commit is contained in:
Camotoy
2020-06-30 11:27:28 -04:00
committed by GitHub
parent 61bfd46a15
commit ed3fbf3ee0

View File

@@ -110,6 +110,7 @@ public class GeyserConnector {
logger.info("Loading " + NAME + " version " + VERSION);
logger.info("");
logger.info("******************************************");
logger.warning("This build is for connecting to Java 1.15.2 servers and from Bedrock 1.14.60 clients. Please join our Discord (https://discord.geysermc.org) for up-to-date information about where to download 1.16.");
this.generalThreadPool = Executors.newScheduledThreadPool(config.getGeneralThreadPool());