Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2022-05-11 20:18:29 -04:00
4 changed files with 12 additions and 3 deletions

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