diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-28 21:29:35 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-05-28 21:29:35 +0800 |
commit | 51cdd4ca4ea64e1a9a67b99c274693a54f7f535d (patch) | |
tree | 38ad597119c2b38a69ee26822769075c9c5cdacc /features/dungeonMap/index.js | |
parent | 0985bdd291c3b2889c1e2fbc20f51cd4d7bc1e96 (diff) | |
download | SoopyV2-51cdd4ca4ea64e1a9a67b99c274693a54f7f535d.tar.gz SoopyV2-51cdd4ca4ea64e1a9a67b99c274693a54f7f535d.tar.bz2 SoopyV2-51cdd4ca4ea64e1a9a67b99c274693a54f7f535d.zip |
+ asd
Diffstat (limited to 'features/dungeonMap/index.js')
-rw-r--r-- | features/dungeonMap/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dungeonMap/index.js b/features/dungeonMap/index.js index d15500d..40bd292 100644 --- a/features/dungeonMap/index.js +++ b/features/dungeonMap/index.js @@ -439,7 +439,7 @@ class DungeonMap extends Feature { mapData = item.getItem()[m.getMapData](item.getItemStack(), World.getWorld()); // ItemStack.getItem().getMapData() } catch (error) { } - if (mapData) { + if (mapData && !this.boringMap) { this.mapData = mapData |