Skip to content

Commit

Permalink
changed the action of the Leave Button on Outgoing Notification Panel…
Browse files Browse the repository at this point in the history
…s to use the new /leave command instead of kicking your own character, making it not necessary to change your own character name in the settings, every time you switch characters
  • Loading branch information
tls-kn committed Aug 11, 2023
1 parent 2038aaf commit ddb253e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void performWhoIs() {

@Override
public void performLeave(String nickName) {
MercuryStoreCore.chatCommandSubject.onNext("/kick " + nickName);
MercuryStoreCore.chatCommandSubject.onNext("/leave");
}

@Override
Expand Down

0 comments on commit ddb253e

Please sign in to comment.