fix: check if plugin is available when sending feedback

This commit is contained in:
goaaats 2021-10-08 18:55:08 +02:00
parent 6ce5b16280
commit c5ec3f9b62
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 3 additions and 2 deletions

View file

@ -173,7 +173,7 @@ namespace Dalamud.Injector
writer.BaseStream.SetLength(total);
}
catch (Exception ex)
catch (Exception)
{
/*
var caption = "XIVLauncher Error";