Skip to content

Commit

Permalink
Fix #390
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangxiangxiong9 committed Apr 22, 2024
1 parent 04452f0 commit 903a07e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ open class Channel(
) {
execute<Player> { sender, _, _ ->
if (sender.session.channel == this@Channel.id) {
quit(sender)
quit(sender, setDefault = true)
} else {
join(sender, this@Channel)
}
Expand Down

0 comments on commit 903a07e

Please sign in to comment.