TellCommand message format changed.
This commit is contained in:
parent
c523684d19
commit
46c6a05b80
@ -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)
|
||||
|
Reference in New Issue
Block a user