From 7d9d4758eae202d5024a382dad4bf509c0f432b7 Mon Sep 17 00:00:00 2001 From: cerevisiae Date: Tue, 14 Dec 2010 23:44:13 -0600 Subject: [PATCH] Fixed message error with /tp --- vMinecraftCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vMinecraftCommands.java b/vMinecraftCommands.java index 5eb222105..cbb44cc08 100644 --- a/vMinecraftCommands.java +++ b/vMinecraftCommands.java @@ -979,7 +979,7 @@ public class vMinecraftCommands{ //If the player exists transport the user to the player else { vMinecraftChat.gmsg( player, vMinecraftChat.getName(player) - + Colors.LightBlue + "has teleported to" + + Colors.LightBlue + " has teleported to " + vMinecraftChat.getName(playerTarget)); log.log(Level.INFO, player.getName() + " teleported to " + playerTarget.getName());