mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-18 02:11:59 +00:00
poptreeitem fix
This commit is contained in:
@@ -1423,8 +1423,10 @@ public class Graph {
|
||||
localDataList.add(o);
|
||||
}
|
||||
for (GraphTargetItem ti : tree) {
|
||||
ret.append(ti.toStringSemicoloned(localDataList));
|
||||
ret.append("\r\n");
|
||||
if (!ti.isEmpty()) {
|
||||
ret.append(ti.toStringSemicoloned(localDataList));
|
||||
ret.append("\r\n");
|
||||
}
|
||||
}
|
||||
String parts[] = ret.toString().split("\r\n");
|
||||
ret = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user