Formatting fix

This commit is contained in:
Alexander Meech 2018-03-08 05:14:39 -05:00
parent 1fe43f87e2
commit 467b9f7f11
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ public class TeleportCommand extends BaseCommand
private void help(Player player) private void help(Player player)
{ {
player.sendMessage(F.main(getPlugin().getName(), "Teleport command usage:")); 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()); List<String> parts = Arrays.stream(c.split("\\s*-\\s*")).collect(Collectors.toList());
String commandMessage = " "; String commandMessage = " ";