Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -287,7 +287,6 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
||||
throw new ValidateException(player, "Player cannot transfer an item.");
|
||||
}
|
||||
|
||||
//deposit for every controlling unit
|
||||
var unit = player.unit();
|
||||
Item item = unit.item();
|
||||
int accepted = build.acceptStack(item, unit.stack.amount, unit);
|
||||
|
||||
Reference in New Issue
Block a user