Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyrs committed Aug 7, 2024
1 parent 0a0885c commit 968f0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/mapview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 968f0e4

Please sign in to comment.