mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fixed a crash with Reconfiguration... screen
Fixed a crash with Reconfiguration... screen
This commit is contained in:
commit
7edf458135
1 changed files with 1 additions and 0 deletions
|
|
@ -1007,6 +1007,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
chunkBatchStartTime = GetNanos();
|
||||
break;
|
||||
case PacketTypesIn.StartConfiguration:
|
||||
currentState = CurrentState.Configuration;
|
||||
SendAcknowledgeConfiguration();
|
||||
break;
|
||||
case PacketTypesIn.HideMessage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue