mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 07:58:12 +00:00
highlight parameter added
This commit is contained in:
@@ -31,8 +31,8 @@ public class SetTargetActionItem extends ActionItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
return hilight("tellTarget(\"") + Helper.escapeString(target) + hilight("\")");
|
||||
public String toString(boolean highlight, ConstantPool constants) {
|
||||
return hilight("tellTarget(\"", highlight) + Helper.escapeString(target) + hilight("\")", highlight);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user