You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...will always NPE, since the head, handle, and extra will be null if the material registration is cancelled.
This can be fixed by either null-checking here, or by swapping the order of material and stat registrations (e.g. by swapping the two lines here).
The text was updated successfully, but these errors were encountered:
I don't think this is a big deal since it only happens if you disable the material with an external mod instead of using the materialis config to disable it but I'll fix this.
In particular, this code in
ModuleConarm
:...will always NPE, since the
head
,handle
, andextra
will be null if the material registration is cancelled.This can be fixed by either null-checking here, or by swapping the order of material and stat registrations (e.g. by swapping the two lines here).
The text was updated successfully, but these errors were encountered: