mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 01:42:07 +00:00
Gotolabel action is not gotoandplay!
This commit is contained in:
@@ -42,7 +42,7 @@ public class GotoLabelActionItem extends ActionItem {
|
||||
|
||||
@Override
|
||||
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) {
|
||||
writer.append("gotoAndPlay");
|
||||
writer.append("gotoAndStop");
|
||||
writer.spaceBeforeCallParenthesies(1);
|
||||
writer.append("(\"");
|
||||
writer.append(Helper.escapeActionScriptString(label));
|
||||
|
||||
Reference in New Issue
Block a user