Browse Source

Fix typo in simulation warning

main
Mattéo Delabre 4 years ago
parent
commit
59c28f544e
Signed by: matteo GPG Key ID: AE3FBD02DC583ABB
  1. 2
      src/tam/simulation.js

2
src/tam/simulation.js

@ -238,7 +238,7 @@ class Course
{
if (!(`${this.currentStop}-${stop}` in network.segments))
{
console.warn(`Course ${this.id} is cannot go from stop
console.warn(`Course ${this.id} cannot go from stop
${this.currentStop} to stop ${stop}. Teleporting to ${stop}`);
this.arriveToStop(stop);
return;

Loading…
Cancel
Save