howlingflute Posted March 7, 2012 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. Link to comment Share on other sites More sharing options...
Spahbod Posted March 7, 2012 Share Posted March 7, 2012 Oh I forgot to change that. Thanks. Fixed it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now