浏览代码

Fixed message error with /tp

cerevisiae 14 年之前
父节点
当前提交
7d9d4758ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vMinecraftCommands.java

+ 1 - 1
vMinecraftCommands.java

@@ -979,7 +979,7 @@ public class vMinecraftCommands{
 		//If the player exists transport the user to the player
 		//If the player exists transport the user to the player
 		else {
 		else {
 			vMinecraftChat.gmsg( player, vMinecraftChat.getName(player)
 			vMinecraftChat.gmsg( player, vMinecraftChat.getName(player)
-					+ Colors.LightBlue + "has teleported to"
+					+ Colors.LightBlue + " has teleported to "
 					+ vMinecraftChat.getName(playerTarget));
 					+ vMinecraftChat.getName(playerTarget));
 			log.log(Level.INFO, player.getName() + " teleported to " +
 			log.log(Level.INFO, player.getName() + " teleported to " +
 					playerTarget.getName());
 					playerTarget.getName());