pmotschmann / Evolve

An incremental game about evolving a civilization
Mozilla Public License 2.0
832 stars 355 forks source link

Fix for undefined custom breaking wiki list of feats. #953

Closed JonathanBeverley closed 10 months ago

JonathanBeverley commented 1 year ago

If no custom species exists, wiki->achievements->feats is partially broken on Chrome. console shows: wiki.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'localeCompare')

This is defensive programming that detects and skips "races" without a defined name.