mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 14:31:52 +00:00
more stringbuilders
This commit is contained in:
@@ -40,7 +40,7 @@ public class BlockItem extends GraphTargetItem {
|
||||
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
|
||||
writer.append("{").newLine();
|
||||
writer.indent();
|
||||
writer.appendNoHilight(Graph.graphToString(commands, writer.getIsHighlighted(), false, localData));
|
||||
Graph.graphToString(commands, writer, false, localData);
|
||||
writer.newLine();
|
||||
writer.unindent();
|
||||
return writer.append("}");
|
||||
|
||||
Reference in New Issue
Block a user