It won't get better than this for now..

This commit is contained in:
memetrollsXD 2022-04-20 08:52:47 +02:00
parent d603681355
commit ad1e9400e3

View File

@ -545,8 +545,7 @@ public final class PlayerCommands {
@Override
public void execute(GenshinPlayer player, List<String> args) {
// player.getSession().close();
player.getSession().send(new PacketGetPlayerTokenRsp(player.getSession(), true));
player.getSession().close();
}
}
}