mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 04:10:47 +00:00
merged honfika changes + some fixes to make tests work
This commit is contained in:
@@ -36,8 +36,8 @@ public class FSCommandActionItem extends ActionItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
return hilight("fscommand(\"") + Helper.escapeString(command) + hilight("\")");
|
||||
public String toString(boolean highlight, ConstantPool constants) {
|
||||
return hilight("fscommand(\"", highlight) + Helper.escapeString(command) + hilight("\")", highlight);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user