Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasroefer committed Sep 16, 2023
1 parent e139a7a commit 4666568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teamcomm/net/logging/LogYamlLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private void parse(final File file, final Deque<LogReplayTask.LoggedObject> queu
data.packetNumber = -1;
final Yaml yaml = new Yaml(this);
long baseTime = 0; // The first timestamp in the current section.
long recordedTime = 0; // The duration already record before the current section.
long recordedTime = 0; // The duration already recorded before the current section.
boolean recording = false; // Are we currently recording data from the log file?

final InputStream stream = Files.newInputStream(file.toPath());
Expand Down

0 comments on commit 4666568

Please sign in to comment.