mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 07:50:45 +00:00
highlight parameter added
This commit is contained in:
@@ -15,7 +15,7 @@ public class TrueItem extends GraphTargetItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(List<Object> localData) {
|
||||
public String toString(boolean highlight, List<Object> localData) {
|
||||
return "true";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user