feather-rs / feather

A Minecraft server implementation in Rust
Apache License 2.0
2.58k stars 143 forks source link

Update the client-side inventory after destroying items #475

Closed qualterz closed 2 years ago

qualterz commented 2 years ago

Description

In creative game mode, the client-side survival inventory is not updating after destroying items using shortcut.

Reproduction Steps

  1. Fill the inventory with some items
  2. Open the Survival Inventory tab
  3. Hold shift and click on the Destroy Item slot

What You Expected to Happen

The client-side inventory cleared.

What Actually Happened

The server successfully cleared the inventory, but in the client-side nothing changed.