fix: put back sleep after DisposePlugins

This commit is contained in:
goat 2021-04-26 20:07:36 +02:00
parent b7fd154b91
commit c17f46bad2
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -386,7 +386,10 @@ namespace Dalamud
try
{
if (!this.hasDisposedPlugins)
{
this.DisposePlugins();
Thread.Sleep(100);
}
this.Framework?.Dispose();
this.ClientState?.Dispose();