mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: check if plugin is available when sending feedback
This commit is contained in:
parent
6ce5b16280
commit
c5ec3f9b62
2 changed files with 3 additions and 2 deletions
|
|
@ -173,7 +173,7 @@ namespace Dalamud.Injector
|
|||
|
||||
writer.BaseStream.SetLength(total);
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
/*
|
||||
var caption = "XIVLauncher Error";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue