1
Fork 0
mirror of https://github.com/awgil/ffxiv_reverse.git synced 2025-04-23 23:17:46 +00:00

Added forgotten dispose.

This commit is contained in:
Andrew Gilewsky 2023-03-05 18:24:57 +00:00
parent a17b143c81
commit 6d1f714981

View file

@ -31,6 +31,7 @@ public sealed class Plugin : IDalamudPlugin
public void Dispose() public void Dispose()
{ {
_wndMain.Dispose();
WindowSystem.RemoveAllWindows(); WindowSystem.RemoveAllWindows();
_cmdMgr.RemoveHandler("/vnetlog"); _cmdMgr.RemoveHandler("/vnetlog");
} }