d8cfc3fa424ac35a996fded962a09685346561b8
TimedRegisteredListener uses a reference to the first event fired. This causes a memory leak in the server for any references that event has. This changes TimedRegisteredListener to only store a reference to the class of the event. This change is intentionally a breaking change, as it is an obscure part of the API. A non-breaking change would require the leak to be maintained or an immediate update for any plugins using the method, as it would be an indirect break. A unit test is also included to check behavior of shared superclass functionality. By: Score_Under <seejay.11@gmail.com>
Description
No description provided
51 MiB
Languages
Java
100%