mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 11:20:45 +00:00
replace AS2 pcode from comandline (AS3 not ready)
This commit is contained in:
@@ -85,8 +85,8 @@ public class MethodCodePanel extends JPanel implements ActionListener {
|
||||
sourceTextArea.clear();
|
||||
}
|
||||
|
||||
public boolean save(ConstantPool constants) {
|
||||
return sourceTextArea.save(constants);
|
||||
public boolean save() {
|
||||
return sourceTextArea.save();
|
||||
}
|
||||
|
||||
public MethodCodePanel(DecompiledEditorPane decompiledEditor) {
|
||||
|
||||
Reference in New Issue
Block a user