howlingflute Posted March 7, 2012 Report Share Posted March 7, 2012 I just noticed a bug with some of the new random maps. aegean_sea, guadalquivir_river, and the_nile. All of these maps will crash with less than 8 players. The reason is the function primeSortPlayers found in library.js. I think the problem is line 467 should read prime[2*i+1]=source[source.length-1-i]; not prime[2*i+1]=source[7-i];. Changing this line seems to fix the problem for me. Quote Link to comment Share on other sites More sharing options...
Spahbod Posted March 7, 2012 Report Share Posted March 7, 2012 Oh I forgot to change that. Thanks. Fixed it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.