TellCommand message format changed.

This commit is contained in:
manio143 2015-05-13 19:43:46 +02:00
parent c523684d19
commit 46c6a05b80

View File

@ -50,7 +50,7 @@ namespace TrueCraft.Commands
return;
}
receivingPlayer.SendMessage(ChatColor.Gray + client.Username + " whispers to you: " + message);
receivingPlayer.SendMessage(ChatColor.Gray + "<"+ client.Username + " -> You> " + message);
}
protected static IRemoteClient GetPlayerByName(IRemoteClient client, string username)