Minecraft-Console-Client/MinecraftClient/Protocol
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
..
Handlers fix mcc not showing the disconnect message 2024-03-17 02:09:20 +08:00
Message Removed debug logs 2024-02-28 11:49:50 +01:00
ProfileKey refactor(KeyUtils.cs): Replace Newtonsoft.Json with JSONData 2024-02-20 20:31:22 +08:00
Session refactored session checks for better readability 2023-12-02 13:15:46 +02:00
DataTypeGenerator.cs Fix xxx.Parse 2022-10-04 11:53:07 +08:00
EntityActionType.cs [SKIP_BUILD] Change file encoding to UTF-8 with BOM 2022-11-28 13:55:05 +08:00
GuidExtensions.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
IMinecraftCom.cs Fully Implemented 1.20 2023-06-08 19:27:28 +02:00
IMinecraftComHandler.cs Implemented 1.20.3 2024-01-30 12:51:47 +01:00
JwtPayloadDecode.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
MicrosoftAuthentication.cs Refactoring Settings.cs 2022-10-05 15:02:30 +08:00
MojangAPI.cs Implement command completion suggestions. 2022-12-06 15:50:17 +08:00
PlayerInfo.cs Trim 2023-01-14 21:07:09 +08:00
ProtocolHandler.cs Implemented 1.20.3 2024-01-30 12:51:47 +01:00
ProxiedWebRequest.cs Tooltip support & Bug fix 2022-12-11 13:00:19 +08:00
ReplayHandler.cs Added Configuration Packets mapping 2024-01-29 15:39:39 +01:00