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:
parent
a17b143c81
commit
6d1f714981
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue