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