diff options
| author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-02 21:33:46 +0800 |
|---|---|---|
| committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-02 21:33:46 +0800 |
| commit | f9106fb24a9f106b17c9a60c1f2b3d108604a014 (patch) | |
| tree | febd28d0ed23fd4d20a39b414d9839353267d7a1 | |
| parent | ea3b0465d9998946762572e6095e3321f488a4de (diff) | |
| download | SoopyV2-f9106fb24a9f106b17c9a60c1f2b3d108604a014.tar.gz SoopyV2-f9106fb24a9f106b17c9a60c1f2b3d108604a014.tar.bz2 SoopyV2-f9106fb24a9f106b17c9a60c1f2b3d108604a014.zip | |
asd fix fix
| -rw-r--r-- | features/slayers/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
