Merge remote-tracking branch 'origin/master' into feature/move-base-api

This commit is contained in:
Tim203 2023-02-11 12:24:07 +01:00
commit f9705c1e46
No known key found for this signature in database
GPG Key ID: 736F3CD49EF01DBF
1 changed files with 1 additions and 0 deletions

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;