mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fixed crashing on Reconfiguration... screen phase
Fixed crashing on Reconfiguration... screen phase
This commit is contained in:
commit
9a147b57e5
1 changed files with 1 additions and 0 deletions
|
|
@ -980,6 +980,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