Fixed message error with /tp

This commit is contained in:
cerevisiae 2010-12-14 23:44:13 -06:00
parent 9f05b9c03b
commit 7d9d4758ea

View File

@ -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());