3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-01 23:50:11 +02:00

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

Ensures people are aware of a 1.16 build.
Dieser Commit ist enthalten in:
Camotoy 2020-06-30 11:27:28 -04:00 committet von GitHub
Ursprung 61bfd46a15
Commit ed3fbf3ee0
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

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