Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec514b7 commit 37fa964Copy full SHA for 37fa964
1 file changed
src/main/java/dev/saturn/hyperloop/commands/HyperloopCommand.java
@@ -127,7 +127,7 @@ public void build(LiteralArgumentBuilder<CommandSource> builder) {
127
error("Error: No player found to teleport.");
128
}
129
} catch (Exception ex) {
130
- error("Error teleporting: " + ex.getMessage());
+ error("Error teleporting - invalid response. Is the API online/correct?");
131
ex.printStackTrace();
132
133
}).start();
0 commit comments