mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
packet type is now correct
This commit is contained in:
parent
6af7b79c55
commit
c873d4240e
|
|
@ -50,7 +50,7 @@ final case class PlayerStateMessage(guid : PlanetSideGUID,
|
|||
isJumping : Boolean = false,
|
||||
unk8 : Boolean = false)
|
||||
extends PlanetSideGamePacket {
|
||||
type Packet = TimeOfDayMessage
|
||||
type Packet = PlayerStateMessage
|
||||
def opcode = GamePacketOpcode.PlayerStateMessage
|
||||
def encode = PlayerStateMessage.encode(this)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue