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

Commands.register and Commands.deregister must remove command completely #219

Closed
mkarneim opened this issue Oct 20, 2018 · 0 comments
Closed
Assignees
Labels

Comments

@mkarneim
Copy link
Member

Since net.minecraft.command.CommandHandler stores a command in two places (namely commandMap and commandSet) we have to remove it from both places when deregister is called.

@mkarneim mkarneim added the bug label Oct 20, 2018
@mkarneim mkarneim self-assigned this Oct 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant