mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 01:40:43 +00:00
precedence field is protected now
This commit is contained in:
@@ -62,7 +62,7 @@ public class CallMethodActionItem extends ActionItem {
|
||||
}
|
||||
}
|
||||
if (!blankMethod) {
|
||||
if (scriptObject.precedence > this.precedence) {
|
||||
if (scriptObject.getPrecedence() > this.precedence) {
|
||||
writer.append("(");
|
||||
scriptObject.toString(writer, localData);
|
||||
writer.append(")");
|
||||
|
||||
Reference in New Issue
Block a user