Skip to content

Commit

Permalink
Merge pull request #392 from xiangxiangxiong9/v2
Browse files Browse the repository at this point in the history
Fix #390
  • Loading branch information
ItsFlicker authored Apr 22, 2024
2 parents 04452f0 + 903a07e commit d3d059b
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 d3d059b

Please sign in to comment.