fix: handle new dalamud context menu

This commit is contained in:
Anna 2023-10-03 03:15:26 -04:00
parent c76be2aaad
commit 3e479b3347
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class Plugin : IDalamudPlugin {
public Plugin() {
SodiumInit.Init();
WorldUtil.Initialise(this.DataManager!);
this.ContextMenu = new DalamudContextMenu();
this.ContextMenu = new DalamudContextMenu(this.Interface);
this.Config = this.Interface!.GetPluginConfig() as Configuration ?? new Configuration();
this.Client = new Client(this);
this.Commands = new Commands(this);