KelpFramework / kelp

A cross-version spigot framework to avoid boilerplate code and make your plugin compatible with multiple spigot versions easily
MIT License
52 stars 8 forks source link

[bugreport]: NoSuchElementException when player quits during server reload #31

Closed PXAV closed 3 years ago

PXAV commented 3 years ago

Describe the bug

When a player performs a server reload and quits while the reload process has not finished, an exception occurs saying that the packet_handler could not be injected

What do we have to do to reproduce this bug?

Steps to reproduce the behavior:

  1. Join the server
  2. Execute /reload
  3. Quit the server while the reload has not completed

Environment information