mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Refactor how handlers encode messages
This commit is contained in:
@@ -46,7 +46,7 @@ public class HandlerGachaSpinReq extends NetHandler {
|
||||
rsp.addCards(card);
|
||||
}
|
||||
|
||||
return this.encodeMsg(NetMsgId.gacha_spin_succeed_ack, rsp);
|
||||
return session.encodeMsg(NetMsgId.gacha_spin_succeed_ack, rsp);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user