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
we want to check if it's set, not try to read it for instanceof (which will crash).
This makes the behaviour consistent with CompoundTags (and also restores #32 for lists).
we want to check if it's set, not try to read it for instanceof (which will crash).
This makes the behaviour consistent with CompoundTags (and also restores #32 for lists).
we want to check if it's set, not try to read it for instanceof (which will crash).
This makes the behaviour consistent with CompoundTags (and also restores #32 for lists).
Output:
This should instead throw an exception instead of silently not working.
The text was updated successfully, but these errors were encountered: