mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
fix: buff time in DRKGauge is ushort
This commit is contained in:
parent
9fd0272d3d
commit
83a4fe1048
2 changed files with 6 additions and 5 deletions
|
|
@ -246,10 +246,11 @@ namespace Dalamud {
|
|||
{
|
||||
try
|
||||
{
|
||||
PluginRepository.CleanupPlugins();
|
||||
this.PluginRepository.CleanupPlugins();
|
||||
|
||||
PluginManager = new PluginManager(this, this.StartInfo.PluginDirectory, this.StartInfo.DefaultPluginDirectory);
|
||||
PluginManager.LoadPlugins();
|
||||
this.PluginManager =
|
||||
new PluginManager(this, this.StartInfo.PluginDirectory, this.StartInfo.DefaultPluginDirectory);
|
||||
this.PluginManager.LoadPlugins();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue