Skip to content

Commit

Permalink
Engine event logging
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyTheFox committed Nov 9, 2023
1 parent 1fa12cc commit 4b21bd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Assets/Script/Replays/ReplayContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ private static ReplayFrame CreateReplayFrame(int id, BasePlayer player, out int
frame.Inputs = player.ReplayInputs.ToArray();
frame.InputCount = player.ReplayInputs.Count;

frame.EventLog = player.BaseEngine.EventLogger;

return frame;
}

Expand Down

0 comments on commit 4b21bd1

Please sign in to comment.