mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
callout internet connection issues (#3544)
This commit is contained in:
parent
3d97188db0
commit
9b3b2fba17
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ public final class Constants {
|
||||||
try {
|
try {
|
||||||
wsUri = new URI("wss://api.geysermc.org/ws");
|
wsUri = new URI("wss://api.geysermc.org/ws");
|
||||||
} catch (URISyntaxException e) {
|
} catch (URISyntaxException e) {
|
||||||
|
GeyserImpl.getInstance().getLogger().error("Unable to resolve api.geysermc.org! Check your internet connection.");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
GLOBAL_API_WS_URI = wsUri;
|
GLOBAL_API_WS_URI = wsUri;
|
||||||
|
|
Loading…
Reference in a new issue