From f9106fb24a9f106b17c9a60c1f2b3d108604a014 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 2 Jun 2022 21:33:46 +0800 Subject: asd fix fix --- features/slayers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/slayers/index.js b/features/slayers/index.js index 573a6a4..dabc6d7 100644 --- a/features/slayers/index.js +++ b/features/slayers/index.js @@ -246,7 +246,7 @@ class Slayers extends Feature { } } }); - if (closestEIsGaming && closestDist < 10) { + if (closestEIsGaming && closestDist < 100) { this.beaconE.push(e); } } -- cgit