mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 04:00:53 +00:00
Fixed small issues
This commit is contained in:
@@ -40,7 +40,7 @@ public class ActionSetVariable extends Action {
|
||||
GraphTargetItem value = stack.pop();
|
||||
GraphTargetItem name = stack.pop();
|
||||
SetVariableTreeItem svt = new SetVariableTreeItem(this, name, value);
|
||||
variables.put(Highlighting.stripHilights(name.toStringNoQuotes(regNames, variables)), value);
|
||||
variables.put(Highlighting.stripHilights(name.toStringNoQuotes(null)), value);
|
||||
output.add(svt);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user