Remove empty line

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

View file

@ -69,7 +69,6 @@ public class GeyserBungeePingPassthrough implements IGeyserPingPassthrough, List
} 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;
} }