Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2019-10-11 09:15:30 -04:00
2 changed files with 8 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
int[] remaining = {accepted, accepted};
Block block = tile.block();
Events.fire(new DepositEvent());
Core.app.post(() -> Events.fire(new DepositEvent(tile, player)));
for(int i = 0; i < sent; i++){
boolean end = i == sent - 1;