From 15298eff3a71a49379cb2186cedf36582f2c3e8d Mon Sep 17 00:00:00 2001 From: Fate-JH Date: Wed, 1 Mar 2017 22:49:57 -0500 Subject: [PATCH] Update ReplicationStreamMessage.scala Fixed comments. I also wanted to test the online editor to see how it works. --- .../net/psforever/packet/game/ReplicationStreamMessage.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/scala/net/psforever/packet/game/ReplicationStreamMessage.scala b/common/src/main/scala/net/psforever/packet/game/ReplicationStreamMessage.scala index 2782a7e5..a36089ad 100644 --- a/common/src/main/scala/net/psforever/packet/game/ReplicationStreamMessage.scala +++ b/common/src/main/scala/net/psforever/packet/game/ReplicationStreamMessage.scala @@ -583,7 +583,7 @@ object SquadHeader { object SquadListing { /** - * `Codec` for standard `SquadHeader` entries. + * `Codec` for standard `SquadListing` entries. */ val codec : Codec[SquadListing] = ( ("index" | uint8L) >>:~ { index => @@ -601,7 +601,7 @@ object SquadListing { ) /** - * `Codec` for types of `SquadHeader` initializations. + * `Codec` for branching types of `SquadListing` initializations. */ val init_codec : Codec[SquadListing] = ( ("index" | uint8L) >>:~ { index =>