added a trailing newline to packet file

This commit is contained in:
Fate-JH 2017-05-02 22:33:41 -04:00 committed by GitHub
parent 87277d63dd
commit 4c821267bb

View file

@ -28,4 +28,4 @@ object AvatarVehicleTimerMessage extends Marshallable[AvatarVehicleTimerMessage]
("time" | uint32L) :: ("time" | uint32L) ::
("unk1" | bool) ("unk1" | bool)
).as[AvatarVehicleTimerMessage] ).as[AvatarVehicleTimerMessage]
} }