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
The createAttributes method on Living Entities can cause a Stack Overflow Exception if the two methods have the same name, but only when not specifying the calling class. See (this is after fixing the issue, but the underlying problem remains):
From what it seems like, this might actually be an issue with tiny remapper not respecting static inheritance:
The text was updated successfully, but these errors were encountered:
The
createAttributes
method on Living Entities can cause a Stack Overflow Exception if the two methods have the same name, but only when not specifying the calling class. See (this is after fixing the issue, but the underlying problem remains):From what it seems like, this might actually be an issue with tiny remapper not respecting static inheritance:
The text was updated successfully, but these errors were encountered: