diff options
| author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-04 13:55:29 +0800 |
|---|---|---|
| committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-04 13:55:29 +0800 |
| commit | ae748a62f6424b0ac2604c2cceb551b0ca5742b2 (patch) | |
| tree | 0bc9804b96004fc516091cdf027a70fae7d7eaff /features/dungeonSolvers | |
| parent | 19276a08b82a1b8967811d0cd1d95676c3958002 (diff) | |
| download | SoopyV2-ae748a62f6424b0ac2604c2cceb551b0ca5742b2.tar.gz SoopyV2-ae748a62f6424b0ac2604c2cceb551b0ca5742b2.tar.bz2 SoopyV2-ae748a62f6424b0ac2604c2cceb551b0ca5742b2.zip | |
add current lobby day display
Diffstat (limited to 'features/dungeonSolvers')
| -rw-r--r-- | features/dungeonSolvers/index.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js index be405e4..02e59cb 100644 --- a/features/dungeonSolvers/index.js +++ b/features/dungeonSolvers/index.js @@ -289,7 +289,7 @@ class DungeonSolvers extends Feature { // } // ChatLib.chat("Loaded " + type) // data.push({ type: "lever", location: finalLoc, phase: area }) - // waypoints.push(new Waypoint(finalLoc[0], finalLoc[1], finalLoc[2], 1, 0, 0, { name: type + " | " + area })) + // waypoints.push(new Waypoint(finalLoc[0], finalLoc[1], finalLoc[2], 1, 0, 0, { name: type + " | " + area }).startRender()) // return // } // if (type === "terminal") { @@ -305,11 +305,11 @@ class DungeonSolvers extends Feature { // } // ChatLib.chat("Loaded " + type) // data.push({ type: "terminal", location: finalLoc, phase: area }) - // waypoints.push(new Waypoint(finalLoc[0], finalLoc[1], finalLoc[2], 1, 0, 0, { name: type + " | " + area })) + // waypoints.push(new Waypoint(finalLoc[0], finalLoc[1], finalLoc[2], 1, 0, 0, { name: type + " | " + area }).startRender()) // return // } // ChatLib.chat("Loaded " + type) - // waypoints.push(new Waypoint(finalLoc[0], finalLoc[1], finalLoc[2], 1, 0, 0, { name: type + " | " + area })) + // waypoints.push(new Waypoint(finalLoc[0], finalLoc[1], finalLoc[2], 1, 0, 0, { name: type + " | " + area }).startRender()) // data.push({ type: type, location: location, phase: area }) // } |
