Skip to content

Commit

Permalink
Remove exception from AchievementEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
UncraftedName committed Jan 24, 2023
1 parent 485c8ca commit ce10544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public AchievementEvent(SourceDemo? demoRef, byte value) : base(demoRef, value)


protected override void Parse(ref BitStreamReader bsr) {
throw new NotImplementedException(); // todo, and figure out the achievements
AchievementId = bsr.ReadSInt();
}


Expand Down

0 comments on commit ce10544

Please sign in to comment.