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

Replace the NMS implementation of resendPackets with Player.updateCommands #471

Merged
merged 2 commits into from
Jul 21, 2023

Conversation

Sytm
Copy link
Contributor

@Sytm Sytm commented Jul 21, 2023

Player.updateCommands has been in the Bukkit API since August 2018 and performs the same actions as the NMS implementations (with an additional check that the player is actually connected to the server).

I also tested it and to no surprise it works like before

@JorelAli JorelAli merged commit 3c8876f into JorelAli:dev/dev Jul 21, 2023
@JorelAli
Copy link
Owner

Worth putting a mention in the global changelog so we can keep track of this change for the next release.

willkroboth added a commit to willkroboth/CommandAPI that referenced this pull request Jul 24, 2023
willkroboth added a commit to willkroboth/CommandAPI that referenced this pull request Jul 26, 2023
willkroboth added a commit to willkroboth/CommandAPI that referenced this pull request Aug 6, 2023
willkroboth added a commit to willkroboth/CommandAPI that referenced this pull request Aug 11, 2023
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

Successfully merging this pull request may close these issues.

4 participants