🐛 Bug Fix: Map Tile URL
The Map Tile URL setting was saved but never actually connected to the map —
tiles silently reused the Grid URL field instead, which only worked by
coincidence on some setups. This is now fixed.
What Changed
- Map Tile URL setting is now correctly wired into the map
- Grid URL (teleport links) and Map Tile URL (map tiles) are now fully independent
- Blank Map Tile URL shows a clean ocean-blue background instead of broken images
- Settings page includes clearer examples of the required
{z}/{x}/{y}format
⚠️ If Your Map Tiles Weren't Showing Before
Re-check Settings → L.O.R.E. Map → Map Tile URL — it likely was never being
read at all. See the updated README for format examples.
See CHANGELOG.md for full details.