This commit is contained in:
buthed010203 2022-05-11 19:27:47 -04:00 committed by GitHub
parent 69b730ba78
commit d4681f2c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);