mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add setting for setting private msg command
So that the /tell command can be changed into eg /msg. Suggested by _initsuj
This commit is contained in:
parent
14b8895716
commit
ba41268aca
2 changed files with 4 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ namespace MinecraftClient
|
|||
|
||||
protected void SendPrivateMessage(string player, string message)
|
||||
{
|
||||
SendText("/tell " + player + ' ' + message);
|
||||
SendText(String.Format("/{0} {1} {2}", Settings.PrivateMsgsCmdName, player, message));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue