bugfix
This commit is contained in:
parent
10212601c8
commit
c1306ab8bf
@ -28,6 +28,9 @@ public class PathingBehavior extends Behavior {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public IPath getPath() {
|
public IPath getPath() {
|
||||||
|
if (current == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
return current.getPath();
|
return current.getPath();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user