mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Some small fixes/improvements.
This commit is contained in:
parent
96aaefd3e2
commit
f938531e21
6 changed files with 13 additions and 16 deletions
|
|
@ -1,3 +1,4 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
|
@ -86,8 +87,9 @@ public class Penumbra : IDalamudPlugin
|
|||
if (_characterUtility.Ready)
|
||||
_residentResources.Reload();
|
||||
}
|
||||
catch
|
||||
{
|
||||
catch(Exception ex)
|
||||
{
|
||||
Log.Error($"Error constructing Penumbra, Disposing again:\n{ex}");
|
||||
Dispose();
|
||||
throw;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue