Skip to content

Commit

Permalink
Add GuildDialog to ActiveDialogs and Dispose
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokya committed Jun 5, 2024
1 parent 0346610 commit d4632a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EndlessClient/Dialogs/ActiveDialogRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ IReadOnlyList<Option<IXNADialog>> ActiveDialogs
InnkeeperDialog.Map(Map),
LawDialog.Map(Map),
BarberDialog.Map(Map),
GuildDialog.Map(Map),
HelpDialog.Map(Map),
}.ToList();

Expand Down Expand Up @@ -215,6 +216,7 @@ public void Dispose()
InnkeeperDialog = Option.None<InnkeeperDialog>();
LawDialog = Option.None<LawDialog>();
BarberDialog = Option.None<BarberDialog>();
GuildDialog = Option.None<GuildDialog>();
HelpDialog = Option.None<ScrollingListDialog>();
}
}
Expand Down

0 comments on commit d4632a1

Please sign in to comment.