mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Fixed message error with /tp
This commit is contained in:
parent
9f05b9c03b
commit
7d9d4758ea
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user