From 968f0e4513e2829c4327fcc371fa3eb05ce2c1fe Mon Sep 17 00:00:00 2001 From: lesleyrs <19632758+lesleyrs@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:20:03 +0200 Subject: [PATCH] fix --- src/js/mapview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/mapview.ts b/src/js/mapview.ts index 326aca1d..e60aa397 100644 --- a/src/js/mapview.ts +++ b/src/js/mapview.ts @@ -570,7 +570,7 @@ class MapView extends GameShell { try { console.log(`${Client.httpAddress}/worldmap.jag`); if (+Client.getParameter('world') >= 998) { - Client.httpAddress = `${Client.httpAddress}/..`; + Client.httpAddress = 'data/pack/mapview'; } data = await downloadUrl(`${Client.httpAddress}/worldmap.jag`); } catch (e) {