From 0aa61517dc97c58daec9ddb4dac7f0b64f217eb9 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Sun, 25 Jul 2021 17:31:02 +0100 Subject: [PATCH] Set the correct world object in map definitions --- src/providers/DynmapMapProvider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/DynmapMapProvider.ts b/src/providers/DynmapMapProvider.ts index aba115e..b528744 100644 --- a/src/providers/DynmapMapProvider.ts +++ b/src/providers/DynmapMapProvider.ts @@ -120,7 +120,7 @@ export default class DynmapMapProvider extends MapProvider { } w.maps.set(map.name, new LiveAtlasMapDefinition({ - world: world, //Ignore append_to_world here otherwise things break + world: w, //Ignore append_to_world here otherwise things break background: map.background || '#000000', backgroundDay: map.backgroundday || '#000000', backgroundNight: map.backgroundnight || '#000000',