mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
FIX: avoid redirect at watabou
This commit is contained in:
parent
bd21aa6d8e
commit
f53d5810d5
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ function getMFCGlink(burg) {
|
|||
}
|
||||
|
||||
const parameters = {name, population, size, seed, river, coast, farms, citadel, urban_castle, hub, plaza, temple, walls, shantytown, gates: -1};
|
||||
const url = new URL("https://watabou.github.io/city-generator");
|
||||
const url = new URL("https://watabou.github.io/city-generator/");
|
||||
url.search = new URLSearchParams(parameters);
|
||||
if (sea) url.searchParams.append("sea", sea);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue