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