Skip to content

Commit b976550

Browse files
committed
Fix #2168
1 parent 3c884a3 commit b976550

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MinecraftClient/Protocol/Handlers/Protocol18.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,6 @@ internal bool HandlePacket(int packetID, Queue<byte> packetData)
12741274
if (protocolVersion >= MC_1_17_Version)
12751275
{
12761276
forced = dataTypes.ReadNextBool(packetData);
1277-
string forcedMessage = ChatParser.ParseText(dataTypes.ReadNextString(packetData));
12781277
bool hasPromptMessage = dataTypes.ReadNextBool(packetData); // Has Prompt Message (Boolean) - 1.17 and above
12791278
if (hasPromptMessage)
12801279
dataTypes.SkipNextString(packetData); // Prompt Message (Optional Chat) - 1.17 and above

0 commit comments

Comments
 (0)