map position on planet, fix wrong riverbed generation

This commit is contained in:
Mészáros Gergely 2021-09-13 00:12:01 +02:00
parent 1d1cd0bb71
commit b30234e43b
4 changed files with 36 additions and 21 deletions

View file

@ -1715,7 +1715,7 @@ function addZones(number = 1) {
queue.push(e);
});
} catch (er) {
console.log('WTF: ', q, cellsArray);
console.error('Error in rebel generation: ', q, cellsArray);
throw er;
}
}