3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-11-19 22:40:18 +01:00
Dieser Commit ist enthalten in:
Camotoy 2024-09-25 19:18:57 -04:00
Ursprung f42ee7d49a
Commit 8b43498faa
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

Datei anzeigen

@ -406,7 +406,7 @@ public class GeyserImpl implements GeyserApi, EventRegistrar {
}
}
} else if (!config.advanced().useDirectConnection()) {
logger.warning("The use-direct-connection config option is deprecated. Please reach out to us on Discord if there's a reason it needs to be enabled.");
logger.warning("The use-direct-connection config option is deprecated. Please reach out to us on Discord if there's a reason it needs to be disabled.");
}
// Ensure that PacketLib does not create an event loop for handling packets; we'll do that ourselves