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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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());