You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me that line 111 in ChunkGenerator.java should be genNum = Integer.parseInt(args[1].trim());, not genNum = Integer.parseInt(args[0].trim());
The text was updated successfully, but these errors were encountered:
It seems to me that line 111 in
ChunkGenerator.java
should begenNum = Integer.parseInt(args[1].trim());
, notgenNum = Integer.parseInt(args[0].trim());
The text was updated successfully, but these errors were encountered: