mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-16 22:34:41 +01:00
Improve next package handling
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user