From 72298adb5a4e50b9e424a631ee728397b993de90 Mon Sep 17 00:00:00 2001 From: wraycooper211-netizen Date: Wed, 17 Jun 2026 10:44:34 +1000 Subject: [PATCH] Update markers.js moved Decked Out 3 location to where it should be --- season11/markers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/season11/markers.js b/season11/markers.js index 670bc6f..4c6977a 100644 --- a/season11/markers.js +++ b/season11/markers.js @@ -115,8 +115,8 @@ var MAPCRAFTER_MARKERS = [ // ...in the world "world" "world": [ { "pos" : [2900, 400, 64], "title" : "Shattered Plains", "icon" : "bdubs2.png" }, - { "pos" : [550, 24, 64], "title" : "decked out 3", "icon" : "DO3.png" }, - { "pos" : [ 1600, 800, 64], "title" : " is that sheep looking at me", "icon" : "zedaph.png" }, + { "pos" : [550, 2400, 64], "title" : "decked out 3", "icon" : "DO3.png" }, + { "pos" : [ 1600, 800, 64], "title" : "is that sheep looking at me", "icon" : "zedaph.png" }, ], },