mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Minecraft 1.11: Raise chat message max length to 256
This commit is contained in:
parent
8ec2b2e570
commit
609b939159
4 changed files with 30 additions and 6 deletions
|
|
@ -28,6 +28,12 @@ namespace MinecraftClient.Protocol
|
|||
/// <param name="message">Reason</param>
|
||||
void Disconnect();
|
||||
|
||||
/// <summary>
|
||||
/// Get max length for chat messages
|
||||
/// </summary>
|
||||
/// <returns>Max length, in characters</returns>
|
||||
int GetMaxChatMessageLength();
|
||||
|
||||
/// <summary>
|
||||
/// Send a chat message or command to the server
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue