Added support for automatic scripts (ie, autoScript)
This commit is contained in:
parent
1b987df6e2
commit
30df38738c
34 changed files with 3895 additions and 3580 deletions
|
|
@ -900,6 +900,8 @@ class Computer extends Component {
|
|||
}
|
||||
|
||||
this.nPowerChange = 0;
|
||||
|
||||
Component.processScript(this.idMachine, this.getMachineParm('autoScript'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue