Преглед на файлове

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