mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 06:10:48 +00:00
Fixed while and/or loops
This commit is contained in:
@@ -22,8 +22,7 @@ import java.util.List;
|
||||
|
||||
public class MBStringLengthTreeItem extends TreeItem {
|
||||
|
||||
public GraphTargetItem value;
|
||||
|
||||
//public GraphTargetItem value;
|
||||
public MBStringLengthTreeItem(GraphSourceItem instruction, GraphTargetItem value) {
|
||||
super(instruction, PRECEDENCE_PRIMARY);
|
||||
this.value = value;
|
||||
|
||||
Reference in New Issue
Block a user