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
85c06b9404
commit
29e7fdc0bd
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue