Skip to content

Commit 7f52f58

Browse files
committed
Fix mapsquares typo
1 parent b5bf83a commit 7f52f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/main/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void (function (global) {
6161
L.control.display.pathfinder().addTo(runescape_map);
6262

6363
L.tileLayer
64-
.main("layers_rs3/mapsquares/{mapId}/{zoom}/{plane}_{x}_{y}.png", {
64+
.main("layers_rs3/map_squares/{mapId}/{zoom}/{plane}_{x}_{y}.png", {
6565
minZoom: -4,
6666
maxNativeZoom: 3,
6767
maxZoom: 5,

0 commit comments

Comments
 (0)