hotfix
This commit is contained in:
parent
617435ea4c
commit
1c783d3769
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user