Update gophertunnel

This commit is contained in:
AkmalFairuz
2025-03-28 17:51:30 +07:00
parent 8a9d32f75e
commit aa1088d3da
4 changed files with 12 additions and 8 deletions

View File

@@ -611,9 +611,9 @@ func (p *Protocol) downgradePackets(pks []packet.Packet, conn *minecraft.Conn) [
}
case *packet.CameraAimAssistPresets:
pks[pkIndex] = &legacypacket.CameraAimAssistPresets{
CategoryGroups: pk.CategoryGroups,
Presets: pk.Presets,
Operation: pk.Operation,
Categories: pk.Categories,
Presets: pk.Presets,
Operation: pk.Operation,
}
case *packet.CommandBlockUpdate:
pks[pkIndex] = &legacypacket.CommandBlockUpdate{