Skip to content

Commit

Permalink
Fixed crashing on Reconfiguration... screen phase
Browse files Browse the repository at this point in the history
Fixed crashing on Reconfiguration... screen phase
  • Loading branch information
milutinke committed Feb 18, 2024
2 parents 1e60b61 + d7e898c commit 9a147b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MinecraftClient/Protocol/Handlers/Protocol18.cs
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,7 @@ private bool HandlePlayPackets(int packetId, Queue<byte> packetData)
chunkBatchStartTime = GetNanos();
break;
case PacketTypesIn.StartConfiguration:
currentState = CurrentState.Configuration;
SendAcknowledgeConfiguration();
break;
case PacketTypesIn.HideMessage:
Expand Down

0 comments on commit 9a147b5

Please sign in to comment.