mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 15:30:46 +00:00
AS1/2: fixed ignored push
This commit is contained in:
@@ -45,6 +45,11 @@ public class ActionPush extends Action {
|
||||
public List<String> constantPool;
|
||||
public List<Integer> ignoredParts = new ArrayList<>();
|
||||
|
||||
@Override
|
||||
public boolean isIgnored() {
|
||||
return ignoredParts.size() == values.size();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setIgnored(boolean ignored, int pos) {
|
||||
if (ignored) {
|
||||
|
||||
Reference in New Issue
Block a user