Fix typo in simulation warning
This commit is contained in:
parent
25382dec76
commit
59c28f544e
|
@ -238,7 +238,7 @@ class Course
|
||||||
{
|
{
|
||||||
if (!(`${this.currentStop}-${stop}` in network.segments))
|
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.currentStop} to stop ${stop}. Teleporting to ${stop}`);
|
||||||
this.arriveToStop(stop);
|
this.arriveToStop(stop);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue