mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Remove empty line
Co-authored-by: chris <github@onechris.mozmail.com>
This commit is contained in:
parent
29e7fdc0bd
commit
5a1d651e14
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue