Formatting fix
This commit is contained in:
parent
1fe43f87e2
commit
467b9f7f11
@ -66,7 +66,8 @@ public class TeleportCommand extends BaseCommand
|
||||
private void help(Player player)
|
||||
{
|
||||
player.sendMessage(F.main(getPlugin().getName(), "Teleport command usage:"));
|
||||
COMMANDS.stream().map(c -> {
|
||||
COMMANDS.stream().map(c ->
|
||||
{
|
||||
List<String> parts = Arrays.stream(c.split("\\s*-\\s*")).collect(Collectors.toList());
|
||||
|
||||
String commandMessage = " ";
|
||||
|
Loading…
Reference in New Issue
Block a user