Improve next package handling

This commit is contained in:
Melledy
2025-11-09 00:23:33 -08:00
parent b5290f8c0a
commit 7d5fef1020
3 changed files with 16 additions and 7 deletions

View File

@@ -10,7 +10,9 @@ public class Handler extends NetHandler {
@Override
public byte[] handle(GameSession session, byte[] message) throws Exception {
// Template
// Template hanlder
// Encode and send
return session.encodeMsg(NetMsgId.none);
}