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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...