Fixed a crash with Reconfiguration... screen

Fixed a crash with Reconfiguration... screen
This commit is contained in:
Anon 2024-02-18 18:55:52 +01:00 committed by GitHub
commit 7edf458135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1007,6 +1007,7 @@ namespace MinecraftClient.Protocol.Handlers
chunkBatchStartTime = GetNanos();
break;
case PacketTypesIn.StartConfiguration:
currentState = CurrentState.Configuration;
SendAcknowledgeConfiguration();
break;
case PacketTypesIn.HideMessage: