Corrected the displayed number of the played card.

This commit is contained in:
mrbesen 2017-04-02 12:46:05 +02:00
parent 256db413d3
commit 63f7b77c7c
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ public class Clicker implements Runnable{
* @param rob the Robot Object to use
*/
private void playout(int card, Robot rob) {
Main.get().ui.info("Playout: " + card);
Main.get().ui.info("Playout: " + (card+1));
if(cardslots[card] != null) {//card is selectable
clickL(rob, cardslots[card]);//click on the card slot
sleep(450);//lets Teamviewer transmit the data to the phone and let the phone some time zto sumbit the data to supercell.