mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
'
This commit is contained in:
parent
bf57b8aa79
commit
5dd3823f99
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ public class GeyserLegacyPingPassthrough implements IGeyserPingPassthrough, Runn
|
||||||
this.geyser.getLogger().error("Failed to parse json when pinging server!", ex);
|
this.geyser.getLogger().error("Failed to parse json when pinging server!", ex);
|
||||||
} catch (EOFException e) {
|
} catch (EOFException e) {
|
||||||
this.pingInfo = null;
|
this.pingInfo = null;
|
||||||
this.geyser.getLogger().warning("Failed to ping the remote Java server! Is it online and configured in Geysers config?");
|
this.geyser.getLogger().warning("Failed to ping the remote Java server! Is it online and configured in Geyser's config?");
|
||||||
} catch (UnknownHostException ex) {
|
} catch (UnknownHostException ex) {
|
||||||
// Don't reset pingInfo, as we want to keep the last known value
|
// Don't reset pingInfo, as we want to keep the last known value
|
||||||
this.geyser.getLogger().warning("Unable to resolve remote host! Is the remote server down or invalid?");
|
this.geyser.getLogger().warning("Unable to resolve remote host! Is the remote server down or invalid?");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue