mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Add message about 'outdated' Geyser. (#877)
Ensures people are aware of a 1.16 build.
This commit is contained in:
parent
61bfd46a15
commit
ed3fbf3ee0
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue