Skip to content

Commit

Permalink
LocalUI.lobby-client should be cleared on disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
japhb committed Feb 23, 2024
1 parent 028937f commit da66b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MUGS/App/LocalUI.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ class MUGS::App::LocalUI {
method disconnect() {
$!session.disconnect if $!session;
$!session = Nil;
$!lobby-client = Nil;
}

#| Determine an initial username and password, given decoded server info
Expand Down

0 comments on commit da66b04

Please sign in to comment.