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
+2 -1
View File
@@ -41,6 +41,7 @@ Jan Polák
JrTRinny
JustYanns
BasedUser
RexHm
BLucky-gh
DinoWattz
Jae
@@ -136,4 +137,4 @@ Evolveye
Jerzy Paciorkiewicz
YozoZChomutova
Qendolin
Goobrr
Goobrr
@@ -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);