-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Player was null on declare commands packet #1036
Comments
Saying that the "DeclareCommands" is null sounds confusing. However, it is possible that the Bukkit player object is null, as PacketEvents has not fetched it, considering the fact that it's instantiated later (compared to when the connection is established). My response would be, either contact me so we can go through specifics, or they can attempt to adapt their code to be less dependent on the Bukkit player in that connection stage. Perhaps, they could also try fetching it using the Bukkit API and the User object's UUID. |
Same problem there, mass flood in console!
|
Describe the bug
DeclareCommands packet is sometimes null
Software brand
Pufferfish 1.17.1
Plugins
Pl-Hide-Pro
How To Reproduce
Screenshots
The text was updated successfully, but these errors were encountered: