mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-15 03:27:46 +00:00
* Fixes an unlawful call to Destroy() (#55992) Destroy() should (almost) never be called directly, it is called by qdel() to clean up references and avoid hard deletions. It is a shame we don't have private methods. * Fixes an unlawful call to Destroy() Co-authored-by: Rohesie <rohesie@gmail.com>