Skip to content

Commit

Permalink
It won't get better than this for now..
Browse files Browse the repository at this point in the history
  • Loading branch information
memetrollsXD committed Apr 20, 2022
1 parent 1422e20 commit 2a4c08f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/emu/grasscutter/commands/PlayerCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,7 @@ public static class RestartCommand implements CommandHandler {

@Override
public void execute(GenshinPlayer player, List<String> args) {
// player.getSession().close();
player.getSession().send(new PacketGetPlayerTokenRsp(player.getSession(), true));
player.getSession().close();
}
}
}

0 comments on commit 2a4c08f

Please sign in to comment.