diff --git a/src/world/actor/player/interface-state.ts b/src/world/actor/player/interface-state.ts index b69a55d96..fe233bf8e 100644 --- a/src/world/actor/player/interface-state.ts +++ b/src/world/actor/player/interface-state.ts @@ -145,9 +145,9 @@ export class InterfaceState { } public openWidget(widgetId: number, options: WidgetOptions): void { - if(this.widgetOpen(options.slot, widgetId)) { - return; - } + // if(this.widgetOpen(options.slot, widgetId)) { + // return; + // } const widget = new Widget(widgetId, options);