Remove empty line

Co-authored-by: chris <github@onechris.mozmail.com>
This commit is contained in:
masel.io 2024-07-16 09:14:15 +02:00 committed by GitHub
parent 85c06b9404
commit 29e7fdc0bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,6 @@ public class GeyserBungeePingPassthrough implements IGeyserPingPassthrough, List
event = future.get(100, TimeUnit.MILLISECONDS); event = future.get(100, TimeUnit.MILLISECONDS);
} catch (Throwable cause) { } catch (Throwable cause) {
String address = GeyserImpl.getInstance().getConfig().isLogPlayerIpAddresses() ? inetSocketAddress.toString() : "<IP address withheld>"; String address = GeyserImpl.getInstance().getConfig().isLogPlayerIpAddresses() ? inetSocketAddress.toString() : "<IP address withheld>";
GeyserImpl.getInstance().getLogger().error("Failed to get ping information for " + address, cause); GeyserImpl.getInstance().getLogger().error("Failed to get ping information for " + address, cause);
return null; return null;