mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Get script group via public method, not direct property access
This commit is contained in:
parent
6cabec22a9
commit
b555cc720a
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ export function* interpret(start, program, stack = []) {
|
|||
const classesOffset = command.arg;
|
||||
const Klass = classes[classesOffset];
|
||||
const system = variables[0].getValue();
|
||||
const klassInst = new Klass(null, system.scriptGroup);
|
||||
const klassInst = new Klass(null, system.getscriptgroup());
|
||||
stack.push(klassInst);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue