mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 15:40:43 +00:00
373a1aacf7
Also updated the map loader to now run on every single map (in the `maps` array). Also now maps are loaded concurrently (run every promise at the same time and wait that they are all finished). As the functions are CPU bound and not IO bound running concurrently doesn't change much right now but it can if we use more promise in the function loadTerrainMap then things will get faster.