This commit is contained in:
Camotoy 2024-09-25 19:18:57 -04:00
parent f42ee7d49a
commit 8b43498faa
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

View file

@ -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