1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00

callout internet connection issues (#3544)

This commit is contained in:
onebeastchris
2023-02-10 04:18:03 +01:00
committed by GitHub
parent 3d97188db0
commit 9b3b2fba17

View File

@@ -46,6 +46,7 @@ public final class Constants {
try {
wsUri = new URI("wss://api.geysermc.org/ws");
} catch (URISyntaxException e) {
GeyserImpl.getInstance().getLogger().error("Unable to resolve api.geysermc.org! Check your internet connection.");
e.printStackTrace();
}
GLOBAL_API_WS_URI = wsUri;