CloudburstMC / Nukkit

Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
https://cloudburstmc.org
GNU General Public License v3.0
1.21k stars 420 forks source link

InventoryClickEvent bug #284

Open EnterTG opened 6 years ago

EnterTG commented 6 years ago

Expected Behavior

In InventoryClickEvent when I put item always gets e.getSlot () == placed slot number

Actual Behavior

In InventoryClickEvent when I put item always gets e.getSlot () == 0

Checklist:

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/61327881-inventoryclickevent-bug?utm_campaign=plugin&utm_content=tracker%2F80651332&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F80651332&utm_medium=issues&utm_source=github).
bddvlpr commented 6 years ago

Do you know specifically when it does this?

bddvlpr commented 6 years ago

Confirmed this issue, working on it.

bddvlpr commented 6 years ago

Found the cause of this bug here.