Skip to content

Commit

Permalink
spacing in CurrentCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Feb 9, 2025
1 parent 7ce38e8 commit 121efcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void onSubCommand(@NotNull CommandSender sender, @NotNull String label, @
return;
}

MessageUtils.sendMessage(sender, "&aThe current world of &e" + player.getName() + "&a is &e" + player.getWorld().getName());
MessageUtils.sendMessage(sender, "&aThe current world of &e" + player.getName() + " &a is &e" + player.getWorld().getName());
}

@Override
Expand Down

0 comments on commit 121efcc

Please sign in to comment.