From c8169fbe7e6487f97ff9381198216880aa30c0ea Mon Sep 17 00:00:00 2001 From: Cyril <32600217+Destinyr4zr@users.noreply.github.com> Date: Sat, 30 Jun 2018 18:01:43 +0300 Subject: [PATCH] Temp loop solution first zone not loading --- saliensHack.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saliensHack.user.js b/saliensHack.user.js index 67e2628..08dd5d6 100644 --- a/saliensHack.user.js +++ b/saliensHack.user.js @@ -142,7 +142,7 @@ return; } - joinZone(uncapturedZones[0].zone_position); + joinZone(uncapturedZones[1].zone_position); return; } };