Skip to content

Commit

Permalink
Merge 86663c0 into 7dd47a4
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Jul 1, 2020
2 parents 7dd47a4 + 86663c0 commit 0a353a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/hooks/sdtdLogs/LoggingObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ class LoggingObject extends EventEmitter {
// havn't found any responses in a while, so reset to 0 and try again from scratch
await this.setLastLogLine(0);
}
} else {
}

if (result.lastLogLine) {
// save the log line we found
await this.setLastLogLine(result.lastLogLine + 1);
}
Expand Down

0 comments on commit 0a353a5

Please sign in to comment.