Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37fa964

Browse files
committed
oopsie forgot this one
1 parent ec514b7 commit 37fa964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/dev/saturn/hyperloop/commands/HyperloopCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public void build(LiteralArgumentBuilder<CommandSource> builder) {
127127
error("Error: No player found to teleport.");
128128
}
129129
} catch (Exception ex) {
130-
error("Error teleporting: " + ex.getMessage());
130+
error("Error teleporting - invalid response. Is the API online/correct?");
131131
ex.printStackTrace();
132132
}
133133
}).start();

0 commit comments

Comments
 (0)