This commit is contained in:
Jacob 2019-06-03 16:00:32 +02:00
parent 729ea72579
commit 7ba4f6b662
1 changed files with 0 additions and 1 deletions

View File

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