Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If a pearl is moved to the hotbar using a number key, it won't be tracked #32

Closed
Lazersmoke opened this issue Mar 4, 2018 · 2 comments

Comments

@Lazersmoke
Copy link
Contributor

The InventoryAction is HOTBAR_SWAP.

else if(event.getAction() == InventoryAction.HOTBAR_SWAP) {

@dquist
Copy link
Contributor

dquist commented Mar 4, 2018

Can you provide the key sequence you're using to produce this?

@Lazersmoke
Copy link
Contributor Author

Turns out this is a duplicate of #31, cause I was throwing the pearl in lava to check if it was still tracked. Could have also been #20. This tracking works as intended.

Maxopoly pushed a commit to Maxopoly/ExilePearl that referenced this issue Jun 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants