This commit is contained in:
Jacob 2019-06-03 16:00:32 +02:00
parent 729ea72579
commit 7ba4f6b662

View File

@ -20,7 +20,6 @@ class Forklift {
} }
setPath(path) { setPath(path) {
debugger;
this.end = false; this.end = false;
this.path = path; this.path = path;
this.currentTarget = this.path[this.targetId]; this.currentTarget = this.path[this.targetId];