Skip to content

Commit

Permalink
Update ConnectionTestCommand.java
Browse files Browse the repository at this point in the history
Remove a space
  • Loading branch information
onebeastchris authored Sep 5, 2023
1 parent d9d3fa4 commit 4b50a60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void execute(@Nullable GeyserSession session, GeyserCommandSource sender,
} else {
sender.sendMessage("You did not specify the port to check (add it with \":<port>\"), " +
"and the default port 19132 does not match the port in your Geyser configuration ("
+ geyser.getConfig().getBedrock().port() + ")! ");
+ geyser.getConfig().getBedrock().port() + ")!");
sender.sendMessage("Re-run the command with that port, or change the port in the config under `bedrock` `port`.");
}
}
Expand Down

0 comments on commit 4b50a60

Please sign in to comment.