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
|
|
@ -586,6 +586,11 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
catch (System.IO.IOException) { }
|
||||
}
|
||||
|
||||
public int GetMaxChatMessageLength()
|
||||
{
|
||||
return 100;
|
||||
}
|
||||
|
||||
public bool SendChatMessage(string message)
|
||||
{
|
||||
if (String.IsNullOrEmpty(message))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue