I don't remember when we lost them, I don't test them
often enough, it seems.
<p>
This draft's last change is:
<strong>
<p>
This draft's last change is:
<strong>
+ restore cheat throw visuals.
disqualify(player, "CHEAT", "cheated. Banning account.");
disqual = true;
}
disqualify(player, "CHEAT", "cheated. Banning account.");
disqual = true;
}
- else if (player.stoneThrow > 0) {
+ if (player.stoneThrow != 0) {
player.view.animateStones(player.stoneThrow);
player.view.updateStoneCounter();
}
player.view.animateStones(player.stoneThrow);
player.view.updateStoneCounter();
}