Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
d5866dd3
Commit
d5866dd3
authored
Jun 26, 2022
by
zhaodice
Committed by
Melledy
Jun 25, 2022
Browse files
Update HandlerPlayerForceExitReq.java
parent
6e900671
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/server/packet/recv/HandlerPlayerForceExitReq.java
View file @
d5866dd3
...
...
@@ -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
();
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment