From 42bbb38b6d426f5af2aaa4cb314e4829a8f5f6df Mon Sep 17 00:00:00 2001 From: "Erymanthus[#5074] | (u/)RayDeeUx" <51521765+RayDeeUx@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:15:28 -0500 Subject: fix bedwars present #5 y pos and add mainlobby 36 entrance (#75) fix bedwars present #5 y pos and add mainlobby 36 entrance #75 --- constants/EventWaypoints.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/EventWaypoints.json b/constants/EventWaypoints.json index 9504a83..7d609cb 100644 --- a/constants/EventWaypoints.json +++ b/constants/EventWaypoints.json @@ -357,7 +357,7 @@ }, { "name": "Present 5", - "position": "47:97:148" + "position": "47:99:148" } ], "mmlobby": [ @@ -422,6 +422,10 @@ { "name": "Present 4 Entrance", "position": "-132:72:-4" + }, + { + "name": "Present 36 Entrance (behind the sign)", + "position": "-11:63:149" } ], "legacylobby": [ -- cgit