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