mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 08:00:46 +00:00
Fixed AS1/2 - call action parameters as string
This commit is contained in:
@@ -43,7 +43,7 @@ public class CallActionItem extends ActionItem {
|
||||
writer.append("call");
|
||||
writer.spaceBeforeCallParenthesies(1);
|
||||
writer.append("(");
|
||||
stripQuotes(value, localData, writer);
|
||||
value.appendTo(writer, localData);
|
||||
return writer.append(")");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user