mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-16 22:34:41 +01:00
Refactor how handlers encode messages
This commit is contained in:
@@ -16,7 +16,8 @@ public class HandlerPlayerSignatureEdit extends NetHandler {
|
||||
|
||||
session.getPlayer().editSignature(req.getSignature());
|
||||
|
||||
return this.encodeMsg(NetMsgId.player_signature_edit_succeed_ack);
|
||||
// Send response
|
||||
return session.encodeMsg(NetMsgId.player_signature_edit_succeed_ack);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user