boiscljo / SBA

An addon to ScreamingSandals bedwars plugin to hypixelify it!
GNU General Public License v3.0
19 stars 14 forks source link

fix: player wrapper can re-register immediately after unregistering #61

Closed Misat11 closed 1 month ago

Misat11 commented 1 month ago

Sometimes the SBAPlayerWrapper can re-register immediately after unregistering in the PlayerQuitEvent, making it impossible for GC to clear the instance. After rejoining, the broken wrapper prevents registering a new one, breaking shop and other features.

This PR delays the wrapper unregistration as much as possible to mitigate this issue.