mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-29 15:55:23 +00:00
minor field name correction
This commit is contained in:
parent
b551220a9a
commit
1624ca6a10
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ final case class ChangeShortcutBankMessage(player_guid : PlanetSideGUID,
|
||||||
|
|
||||||
object ChangeShortcutBankMessage extends Marshallable[ChangeShortcutBankMessage] {
|
object ChangeShortcutBankMessage extends Marshallable[ChangeShortcutBankMessage] {
|
||||||
implicit val codec : Codec[ChangeShortcutBankMessage] = (
|
implicit val codec : Codec[ChangeShortcutBankMessage] = (
|
||||||
("unk1" | PlanetSideGUID.codec) ::
|
("player_guid" | PlanetSideGUID.codec) ::
|
||||||
("bank" | uintL(4))
|
("bank" | uintL(4))
|
||||||
).as[ChangeShortcutBankMessage]
|
).as[ChangeShortcutBankMessage]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue