Skip to content

Commit

Permalink
builded typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
FynniX committed Mar 19, 2024
1 parent 64a5d5d commit b35d7a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class Wrapper extends tiny_typed_emitter_1.TypedEmitter {
this.updateRaceLapsInfo();
this.updateRaceSplitsInfo();
this.updateRaceSpeedsInfo();
this.updateRaceClassificationInfo();
this.updateRaceTrackPositionsInfo();
this.updateRaceVehiclesDataInfo();
this.updateCamerasInfo();
Expand Down Expand Up @@ -338,6 +339,7 @@ class Wrapper extends tiny_typed_emitter_1.TypedEmitter {
return;
const lastId = ((_a = this.raceClassificationInfo) === null || _a === void 0 ? void 0 : _a.m_id) || -1;
this.raceClassificationInfo = binding_1.addon.getRaceClassificationInfo();
console.log("test");
lastId !== ((_b = this.raceClassificationInfo) === null || _b === void 0 ? void 0 : _b.m_id) &&
this.emit("raceClassificationInfo", this.raceClassificationInfo);
setTimeout(() => this.updateRaceClassificationInfo(), this.config.UpdateDelay);
Expand Down

0 comments on commit b35d7a8

Please sign in to comment.