Restore cheat throw visuals
[troll.git] / src / main / java / com / codingame / game / Referee.java
index e741cd1..6e291be 100644 (file)
@@ -123,7 +123,7 @@ public class Referee extends AbstractReferee {
                     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();
                 }