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: 9.0.8
+version: 9.0.9
 
 category: Game
 description: Rattletrap parses and generates Rocket League replays.
diff --git a/source/library/Rattletrap/Data.hs b/source/library/Rattletrap/Data.hs
--- a/source/library/Rattletrap/Data.hs
+++ b/source/library/Rattletrap/Data.hs
@@ -292,6 +292,7 @@
   , ("TAGame.GameEvent_Soccar_TA:bOverTime", AttributeTypeBoolean)
   , ("TAGame.GameEvent_Soccar_TA:bUnlimitedTime", AttributeTypeBoolean)
   , ("TAGame.GameEvent_Soccar_TA:GameTime", AttributeTypeInt)
+  , ("TAGame.GameEvent_Soccar_TA:MaxScore", AttributeTypeInt)
   , ("TAGame.GameEvent_Soccar_TA:ReplicatedMusicStinger", AttributeTypeMusicStinger)
   , ("TAGame.GameEvent_Soccar_TA:ReplicatedScoredOnTeam", AttributeTypeByte)
   , ("TAGame.GameEvent_Soccar_TA:ReplicatedServerPerformanceState", AttributeTypeByte)
diff --git a/source/test-suite/Main.hs b/source/test-suite/Main.hs
--- a/source/test-suite/Main.hs
+++ b/source/test-suite/Main.hs
@@ -156,6 +156,7 @@
   , ("9eaa", "newer replay without trailing bytes")
   , ("a09e", "a tournament")
   , ("a128", "a round count down")
+  , ("a184", "max score")
   , ("a52f", "some more mutators")
   , ("a558", "extended explosion data")
   , ("a671", "a waiting player")
