[Crash] NullPointerException caused by Endersoul Fragment ticking.
Vaelzan opened this issue ยท 1 comments
The referenced line of code above can cause a crash as directly above it you potentially set this.collector to be null, causing an immediate NullPointerException as it tries to use this.collector as a parameter to getDistanceSq directly afterwards.
See: https://pastebin.com/qSytUy7h for an example of the crash.