Fix #2097
This commit is contained in:
parent
d68888df57
commit
e8a6d801f9
1 changed files with 1 additions and 3 deletions
|
@ -85,10 +85,8 @@ public class TRDispenserBehavior {
|
|||
this.dispense(pointer, emptyCell);
|
||||
}
|
||||
}
|
||||
return stack;
|
||||
} else {
|
||||
return this.dispense(pointer, stack);
|
||||
}
|
||||
return stack;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue