mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
dissalow local run
This commit is contained in:
parent
8c41639839
commit
37598994cb
9 changed files with 68 additions and 38 deletions
|
|
@ -1938,7 +1938,9 @@ window.COArenderer = (function () {
|
|||
g.setAttribute("id", charge + "_" + id);
|
||||
return g.outerHTML;
|
||||
})
|
||||
.catch(err => console.error(err));
|
||||
.catch(err => {
|
||||
ERROR && console.error(err);
|
||||
});
|
||||
return fetched;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue