Skip to content

Commit

Permalink
Merge pull request #253 from SchauweM/fix/skillguide-tabs
Browse files Browse the repository at this point in the history
Removed check that prevented sub guides from opening
  • Loading branch information
Tynarus authored Mar 3, 2021
2 parents 6a71ec4 + b8829f4 commit 4fcf229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/world/actor/player/interface-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4fcf229

Please sign in to comment.