NightmareXIV / ECommons

A library for Dalamud
MIT License
34 stars 40 forks source link

Don't obsolete ProperOnLogin.Unregister #65

Open Jaksuhn opened 2 weeks ago

Jaksuhn commented 2 weeks ago

https://github.com/NightmareXIV/ECommons/blob/724e3d014f2f577e4d2faf9943fd189377e1cbee/ECommons/Events/ProperOnLogin.cs#L82-L93

While it's true and good that it disposes with ecommons itself, it's sometimes intended to be manually unregistered without the plugin itself unloading, in the case of tweaks within a plugin that utilise this that could be disabled at any time irrespective of the main plugin.