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
RegEx in the static block of Compatibility.class raises an error because of third number in the version.
1.19.1 works, but 1.19 doesn't because it doesn't match with the regex
To reproduce the error just try to launch 1.19 server with Compatibility class loaded and static block ran
Simple solution would be just to run 1.19.1 server but thats awkward :)
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, this was an oversight at the time. I should be able to fix this by making some adjustments to the regex and the compatibility check logic. I'll get to that soon.
RegEx in the static block of
Compatibility.class
raises an error because of third number in the version.1.19.1 works, but 1.19 doesn't because it doesn't match with the regex
To reproduce the error just try to launch 1.19 server with Compatibility class loaded and static block ran
Simple solution would be just to run 1.19.1 server but thats awkward :)
The text was updated successfully, but these errors were encountered: