Fix Map bot

This commit is contained in:
BruceChen 2022-10-04 12:00:10 +08:00
parent b97b226166
commit edaa309559
2 changed files with 4 additions and 1 deletions

View file

@ -816,7 +816,7 @@ namespace MinecraftClient.Protocol.Handlers
List<MapIcon> icons = new();
// 1,9 + = needs tracking position to be true to get the icons
if (protocolVersion <= MC_1_9_Version || trackingPosition)
if (protocolVersion <= MC_1_16_5_Version || trackingPosition)
{
iconcount = dataTypes.ReadNextVarInt(packetData);