mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-02 12:23:47 +07:00
No. (#6833)
This commit is contained in:
parent
69b730ba78
commit
d4681f2c94
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user