Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
breadbyte dc71332dd3 fix mcc not showing the disconnect message
The fix is to remove the ParseText call from the OnConnectionLost call, as the ReadNextChat function already calls ParseText. Calling ParseText on an unparsable string returns an empty string, therefore the disconnect message never gets propagated to the user.
2024-03-17 02:09:20 +08:00
..
Forge refactor(ForgeInfo.cs): Remove unused code and edit comments 2024-02-20 22:02:22 +08:00
Packet/s2c feat(DeclareCommands.cs): Add 1.20.3+ version check 2024-03-10 12:03:07 +08:00
PacketPalettes Implemented 1.20.3 2024-01-30 12:51:47 +01:00
ConfigurationPacketTypesIn.cs Implemented 1.20.3 2024-01-30 12:51:47 +01:00
ConfigurationPacketTypesOut.cs Added Configuration Packets mapping 2024-01-29 15:39:39 +01:00
DataTypes.cs Fixed a crash on Entity Metadata 2024-02-25 16:11:33 +01:00
PacketType18Handler.cs Implemented 1.20.3 2024-01-30 12:51:47 +01:00
PacketTypesIn.cs Implemented 1.20.3 2024-01-30 12:51:47 +01:00
PacketTypesOut.cs Implemented 1.20.3 2024-01-30 12:51:47 +01:00
Protocol16.cs refactored session checks for better readability 2023-12-02 13:15:46 +02:00
Protocol18.cs fix mcc not showing the disconnect message 2024-03-17 02:09:20 +08:00
Protocol18Forge.cs fix(Protocol18Forge.cs): Version bigger or equal 1.18 is FML3 2024-02-20 22:23:46 +08:00
Protocol18Terrain.cs 1.19.3 PlayerRemove & Explosion packet 2023-01-14 15:55:40 +08:00
SocketWrapper.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
ZlibUtils.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00