LOGIC: bugfix
This commit is contained in:
parent
bb86bd6690
commit
17a986705e
1 changed files with 2 additions and 4 deletions
|
@ -197,10 +197,8 @@ var ECAM_controller = {
|
|||
# w.sound();
|
||||
# }
|
||||
|
||||
if (warnings.size() == 0) {
|
||||
foreach (var l; leftmemos.vector) {
|
||||
l.write();
|
||||
}
|
||||
foreach (var l; leftmemos.vector) {
|
||||
l.write();
|
||||
}
|
||||
|
||||
foreach (var m; memos.vector) {
|
||||
|
|
Reference in a new issue