v 0.8.06b

This commit is contained in:
Azgaar 2019-04-26 17:23:25 +03:00 committed by GitHub
parent 6cb21bbead
commit e4df2842af
2 changed files with 4 additions and 4 deletions

View file

@ -262,7 +262,7 @@ function parseLoadedData(data) {
return;
}
biomesData.color = biomes[0].split(",");
biomesData.habitability = biomes[1].split(",");
biomesData.habitability = biomes[1].split(",").map(h => +h);
biomesData.name = name;
}()