This commit is contained in:
_Bastler 2021-07-29 18:48:33 +02:00
parent 617435ea4c
commit 1c783d3769

View File

@ -27,7 +27,8 @@ class MapFetcher {
});
if (!isTiledMap(res.data)) {
throw new Error("Invalid map format for map " + mapUrl);
// HOTFIX ignore
// throw new Error("Invalid map format for map " + mapUrl);
}
return res.data;