修改:开关门指令无效bug
This commit is contained in:
parent
8faf1c9886
commit
6137c977bc
@ -396,7 +396,7 @@ public class CommandBO {
|
||||
} else {
|
||||
doorIsRight = train.judgeDirection4DoorIsRight(train.getDoor1());
|
||||
}
|
||||
stepList.add(buildDoorOnOffOperationStep(train.getGroupNumber(), doorIsRight, false));
|
||||
stepList.add(buildDoorOnOffOperationStep(train.getGroupNumber(), doorIsRight, true));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user