mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 13:10:54 +00:00
highlight parameter added
This commit is contained in:
@@ -32,8 +32,8 @@ public class GotoLabelActionItem extends ActionItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
return hilight("gotoAndStop(\"") + Helper.escapeString(label) + hilight("\")");
|
||||
public String toString(boolean highlight, ConstantPool constants) {
|
||||
return hilight("gotoAndStop(\"", highlight) + Helper.escapeString(label) + hilight("\", highlight)", highlight);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user