mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-26 10:15:35 +00:00
Fixed small issues
This commit is contained in:
@@ -45,7 +45,7 @@ public class ActionCallFunction extends Action {
|
||||
args.add(stack.pop());
|
||||
}
|
||||
CallFunctionTreeItem cft = new CallFunctionTreeItem(this, functionName, args);
|
||||
cft.calculatedFunction = functions.get(Highlighting.stripHilights(functionName.toStringNoQuotes(variables, functions)));
|
||||
cft.calculatedFunction = functions.get(Highlighting.stripHilights(functionName.toStringNoQuotes(null)));
|
||||
stack.push(cft);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user