Skip to content

Commit

Permalink
Fixes toverland ride ids #342 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmatthieud authored Aug 19, 2021
1 parent c68b8f4 commit 9a09368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/toverland/toverland.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Toverland extends Park {
// Do nothing, just for the sake of having a switch case statement that is
}

this.UpdateRide(rideUpdate.name, rideUpdate);
this.UpdateRide(ride.id.toString(), rideUpdate);
});
}

Expand Down

0 comments on commit 9a09368

Please sign in to comment.