chore: update XivCommon
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ public sealed class Plugin : IDalamudPlugin {
|
||||
this.LanguageChanged(this.Interface.UiLanguage);
|
||||
|
||||
this.Commands = new Commands(this);
|
||||
this.Common = new XivCommonBase();
|
||||
this.Common = new XivCommonBase(this.Interface);
|
||||
this.TextureCache = new TextureCache(this.TextureProvider!);
|
||||
this.Functions = new GameFunctions.GameFunctions(this);
|
||||
this.Store = new Store(this);
|
||||
|
||||
Reference in New Issue
Block a user