HTML for salting the seed
[troll.git] / src / test / java / PlayerTimeout.java
index ba337b3..0c3ccb1 100644 (file)
@@ -8,6 +8,7 @@ public class PlayerTimeout {
 
         int roadLength = in.nextInt();
         int initialStones = in.nextInt();
+        in.nextLine();
 
         while (true) {
             int trollDistance = in.nextInt();