Update addresses and signatures for 5.1.

This commit is contained in:
attick 2019-10-29 20:08:29 -04:00
parent 2828d096a7
commit 4ad5bee0c6
5 changed files with 14 additions and 11 deletions

View file

@ -73,7 +73,7 @@ namespace Dalamud {
this.PluginManager = new PluginManager(this, info.PluginDirectory, info.DefaultPluginDirectory);
this.IconReplacer = new IconReplacer(this, this.sigScanner);
try {
this.PluginManager.LoadPlugins();
} catch (Exception ex) {