Null reference in FollowerEntity when calling GetRemainingPath (5.0.6)

I upgraded to 5.0.6, and started receiving null reference errors when calling FollowerEntity.GetRemainingPath(List, out bool). It calls GetRemainingPath(List, List, out bool) with a null second parameter, which causes the null ref when calling partsBuffer.clear() on line 1329.

Thanks.
Yes this was a dumb typo on my part. It will be fixed in the next update.

1 Like