9
0
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:
XiaoMoMi
2025-05-26 23:07:56 +08:00
parent d3fcdbcd94
commit 4aad82c2b9

View File

@@ -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;
} }
} }