mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-25 03:53:00 +08:00
Update HandlerPlayerForceExitReq.java
This commit is contained in:
parent
6e90067101
commit
d5866dd36d
@ -12,6 +12,6 @@ public class HandlerPlayerForceExitReq extends PacketHandler {
|
||||
public void handle(GameSession session, byte[] header, byte[] payload) throws Exception {
|
||||
// Client should auto disconnect right now
|
||||
session.send(new BasePacket(PacketOpcodes.PlayerForceExitRsp));
|
||||
session.getPlayer().onLogout();
|
||||
session.close();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user