No. (#6833)
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.");
|
throw new ValidateException(player, "Player cannot transfer an item.");
|
||||||
}
|
}
|
||||||
|
|
||||||
//deposit for every controlling unit
|
|
||||||
var unit = player.unit();
|
var unit = player.unit();
|
||||||
Item item = unit.item();
|
Item item = unit.item();
|
||||||
int accepted = build.acceptStack(item, unit.stack.amount, unit);
|
int accepted = build.acceptStack(item, unit.stack.amount, unit);
|
||||||
|
|||||||
Reference in New Issue
Block a user