mudlet-map-browser-script 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -214,7 +214,8 @@ class PageControls {
214
214
  }
215
215
 
216
216
  init() {
217
- let area = 37;
217
+ let area = this.reader.getAreas()[0].areaId;
218
+ console.log(area)
218
219
  let zIndex = 0;
219
220
  if (params.loc) {
220
221
  this.findRoom(params.loc);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mudlet-map-browser-script",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {