mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-14 07:55:07 +00:00
log ResetSequence as hex
This commit is contained in:
parent
77263833fa
commit
87df36946a
1 changed files with 3 additions and 3 deletions
|
|
@ -305,14 +305,14 @@ class MiddlewareActor(
|
||||||
Unknown30 is used to reuse an existing crypto session when switching from login to world
|
Unknown30 is used to reuse an existing crypto session when switching from login to world
|
||||||
When not handling it, it appears that the client will fall back to using ClientStart
|
When not handling it, it appears that the client will fall back to using ClientStart
|
||||||
Do we need to implement this?
|
Do we need to implement this?
|
||||||
*/
|
*/
|
||||||
connectionClose()
|
connectionClose()
|
||||||
|
|
||||||
case (ConnectionClose(), _) =>
|
case (ConnectionClose(), _) =>
|
||||||
/*
|
/*
|
||||||
indicates the user has willingly quit the game world
|
indicates the user has willingly quit the game world
|
||||||
we do not need to implement this
|
we do not need to implement this
|
||||||
*/
|
*/
|
||||||
Behaviors.same
|
Behaviors.same
|
||||||
|
|
||||||
// TODO ResetSequence
|
// TODO ResetSequence
|
||||||
|
|
@ -459,7 +459,7 @@ class MiddlewareActor(
|
||||||
case Successful((packet, None)) =>
|
case Successful((packet, None)) =>
|
||||||
packet match {
|
packet match {
|
||||||
case _: PlanetSideResetSequencePacket =>
|
case _: PlanetSideResetSequencePacket =>
|
||||||
log.info(s"ResetSequence: ${msg}, inSeq: ${inSequence}, outSeq: ${outSequence}")
|
log.info(s"ResetSequence: ${msg.toHex}, inSeq: ${inSequence}, outSeq: ${outSequence}")
|
||||||
case _ => ()
|
case _ => ()
|
||||||
}
|
}
|
||||||
in(packet)
|
in(packet)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue