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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You expect Hex Numbers there, that's the idea behind the Integer.parseInt(el.substring(2), 16) I suppose at least.
So I assume that line 271 of this change (or line 270 in current master) is a mistake?
If it isn't then you should probably rework the parsing logic based on whether a # is found or not.
Thanks for your hard work!
(Should an issue be helpful I'll create one - especially in the event this should go unnoticed)
a284bd5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Vazkii - just wanted to let you know that this change (which is still there in the current master [which is at 629a668]) silently crashes here:
Psi/src/main/java/vazkii/psi/common/core/handler/ContributorSpellCircleHandler.java
Line 46 in 629a668
during Mod Loading.
You expect Hex Numbers there, that's the idea behind the
Integer.parseInt(el.substring(2), 16)
I suppose at least.So I assume that line 271 of this change (or line 270 in current master) is a mistake?
If it isn't then you should probably rework the parsing logic based on whether a
#
is found or not.Thanks for your hard work!
(Should an issue be helpful I'll create one - especially in the event this should go unnoticed)