mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-07 02:48:59 +00:00
replace shape with image
This commit is contained in:
@@ -1306,8 +1306,8 @@ public class Main {
|
||||
final java.util.List<Version> versions = new ArrayList<>();
|
||||
String header = "";
|
||||
Pattern headerPat = Pattern.compile("\\[([a-zA-Z0-9]+)\\]");
|
||||
int updateMajor = 0;
|
||||
int updateMinor = 0;
|
||||
int updateMajor;
|
||||
int updateMinor;
|
||||
Version ver = null;
|
||||
while ((s = br.readLine()) != null) {
|
||||
if (start) {
|
||||
|
||||
Reference in New Issue
Block a user