From 73361ec1c1fe5280af616ee1c4f311cb2ac8d767 Mon Sep 17 00:00:00 2001 From: Robin Kupper Date: Sun, 21 Aug 2011 21:13:26 +0200 Subject: [PATCH] Mention missing coords parameter in /lb tp [number] commands --- src/de/diddiz/LogBlock/CommandsHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/diddiz/LogBlock/CommandsHandler.java b/src/de/diddiz/LogBlock/CommandsHandler.java index 3f769b6..166df56 100644 --- a/src/de/diddiz/LogBlock/CommandsHandler.java +++ b/src/de/diddiz/LogBlock/CommandsHandler.java @@ -324,7 +324,7 @@ public class CommandsHandler implements CommandExecutor player.teleport(new Location(loc.getWorld(), loc.getX() + 0.5, saveSpawnHeight(loc), loc.getZ() + 0.5, player.getLocation().getYaw(), 90)); player.sendMessage(ChatColor.LIGHT_PURPLE + "Teleported to " + loc.getBlockX() + ":" + loc.getBlockY() + ":" + loc.getBlockZ()); } else - sender.sendMessage(ChatColor.RED + "There is no location associated with that"); + sender.sendMessage(ChatColor.RED + "There is no location associated with that. Did you forget coords parameter?"); } else sender.sendMessage(ChatColor.RED + "'" + args[1] + " is out of range"); else