Jump to content

3 random maps crash with less than 8 players


howlingflute
 Share

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...