Fixed crashing on Reconfiguration... screen phase

Fixed crashing on Reconfiguration... screen phase
This commit is contained in:
Anon 2024-02-18 18:45:21 +01:00 committed by GitHub
commit 9a147b57e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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