постепенное выведение старой концепции текущих объектов, касаемо табличных лучше держать их в интерфейсе таблиц, чтобы не писать описание объекта дважды и не мучиться с типом. некоторые фиксы
This commit is contained in:
@@ -19,7 +19,7 @@ public class BuildComponent extends ProcessPass<Component> {
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
target = Global.mainModule.getComponent();
|
||||
target = Global.components.getUI().getCurrent();
|
||||
return true;
|
||||
}
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user