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