hotfix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user