mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
parent
7c9c12bee7
commit
dc09896959
8 changed files with 28 additions and 11 deletions
|
|
@ -258,8 +258,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
break;
|
||||
}
|
||||
catch (ArgumentOutOfRangeException) { /* No message type */ }
|
||||
List<string> links = new List<string>();
|
||||
handler.OnTextReceived(ChatParser.ParseText(message, links), links);
|
||||
handler.OnTextReceived(message, true);
|
||||
break;
|
||||
case PacketIncomingType.Respawn:
|
||||
this.currentDimension = readNextInt(packetData);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue