mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-03 12:45:36 +08:00
It won't get better than this for now..
This commit is contained in:
parent
d603681355
commit
ad1e9400e3
@ -545,8 +545,7 @@ public final class PlayerCommands {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void execute(GenshinPlayer player, List<String> args) {
|
public void execute(GenshinPlayer player, List<String> args) {
|
||||||
// player.getSession().close();
|
player.getSession().close();
|
||||||
player.getSession().send(new PacketGetPlayerTokenRsp(player.getSession(), true));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user