mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +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
|
//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());
|
||||||
|
Loading…
Reference in New Issue
Block a user