diff --git a/rattletrap.cabal b/rattletrap.cabal
--- a/rattletrap.cabal
+++ b/rattletrap.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: rattletrap
-version: 11.2.13
+version: 11.2.14
 synopsis: Parse and generate Rocket League replays.
 description: Rattletrap parses and generates Rocket League replays.
 
diff --git a/src/lib/Rattletrap/Data.hs b/src/lib/Rattletrap/Data.hs
--- a/src/lib/Rattletrap/Data.hs
+++ b/src/lib/Rattletrap/Data.hs
@@ -175,6 +175,7 @@
   , ("Archetypes.Ball.Ball_Trajectory", "TAGame.Ball_TA")
   , ("Archetypes.Ball.CubeBall", "TAGame.Ball_TA")
   , ("Archetypes.Car.Car_Default", "TAGame.Car_TA")
+  , ("Archetypes.Car.Car_PostGameLobby", "TAGame.Car_TA")
   , ("Archetypes.CarComponents.CarComponent_Boost", "TAGame.CarComponent_Boost_TA")
   , ("Archetypes.CarComponents.CarComponent_Dodge", "TAGame.CarComponent_Dodge_TA")
   , ("Archetypes.CarComponents.CarComponent_DoubleJump", "TAGame.CarComponent_DoubleJump_TA")
diff --git a/src/test/Main.hs b/src/test/Main.hs
--- a/src/test/Main.hs
+++ b/src/test/Main.hs
@@ -164,6 +164,7 @@
   , ("eae8", "custom team colors") -- https://github.com/tfausak/rattletrap/commit/809240f
   , ("ecd5", "new match guid attribute") -- https://github.com/tfausak/rattletrap/issues/270
   , ("edbb", "remote role") -- https://github.com/tfausak/rattletrap/pull/106
+  , ("f08e", "post game lobby") -- https://github.com/jjbott/RocketLeagueReplayParser/issues/46
   , ("f299", "a location attribute") -- https://github.com/tfausak/rattletrap/commit/21b09c5
   , ("f7b9", "a hockey game event") -- https://github.com/tfausak/rattletrap/commit/3e16d7f
   , ("f811", "no frames") -- https://github.com/tfausak/rattletrap/commit/bf4b6af
