mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-21 16:09:21 +00:00
Update VersionHelper.java
This commit is contained in:
@@ -124,6 +124,7 @@ public class VersionHelper {
|
|||||||
char ch = version.charAt(i);
|
char ch = version.charAt(i);
|
||||||
if (ch >= '0' && ch <= '9') {
|
if (ch >= '0' && ch <= '9') {
|
||||||
builder.append(ch);
|
builder.append(ch);
|
||||||
|
} else {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user