Fixed replace input with output button
This commit is contained in:
parent
17c349973d
commit
c1394e299a
@ -1305,9 +1305,9 @@ class OutputWaiter {
|
||||
const activeData = await this.getDishBuffer(this.getOutputDish(activeTab));
|
||||
|
||||
if (this.outputExists(activeTab)) {
|
||||
this.manager.input.set({
|
||||
inputNum: activeTab,
|
||||
input: activeData
|
||||
this.manager.input.set(activeTab, {
|
||||
type: "userinput",
|
||||
buffer: activeData
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user