JannisX11 / blockbench

Blockbench - A low poly 3D model editor
https://www.blockbench.net
GNU General Public License v3.0
3.06k stars 271 forks source link

[Plugins] Plugin disable feature broken #2273

Closed ewanhowell5195 closed 1 month ago

ewanhowell5195 commented 2 months ago

The disable plugin feature doesnt work properly. When a plugin is disabled and all plugins get reloaded, the disabled plugins still have their onunload function run, which causes issues when the plugin expects to have been loaded when its unload function is run.