FIX: IT belongs in a MODEL!
[troll.git] / config / Boss.java
index c85c990..3d32979 100644 (file)
@@ -17,7 +17,7 @@ class Player {
         int initialStones = in.nextInt();
         in.nextLong(); // seed
         in.nextInt(); // side
-        nextLine();
+        in.nextLine();
 
         while (true) {
             int trollDistance = in.nextInt();