From e0e237c8831cb483ef945856b3d5355d0f647a50 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 17 Jul 2022 10:45:58 +0800 Subject: fix ram --- features/dungeonMap/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/dungeonMap/index.js') diff --git a/features/dungeonMap/index.js b/features/dungeonMap/index.js index 7045c81..7a64980 100644 --- a/features/dungeonMap/index.js +++ b/features/dungeonMap/index.js @@ -813,7 +813,7 @@ class DungeonMap extends Feature { if (mortLocationOnMap && this.mortLocation) { this.offset = [mortLocationOnMap[0] - this.mortLocation[0] / this.mapScale, mortLocationOnMap[1] - this.mortLocation[1] / this.mapScale] // this.renderImage.setRGB(mortLocationOnMap[0], mortLocationOnMap[1], Renderer.color(255, 0, 0)) - ChatLib.chat(roomWidth + " " + this.offset.join(", ")) + // ChatLib.chat(roomWidth + " " + this.offset.join(", ")) } } -- cgit