diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-25 02:04:03 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-25 02:04:03 +0800 |
commit | e89e5215c0a32c0fdbecf3c04dd1352d8a0f3e14 (patch) | |
tree | d6630b9944d5e9060b9510c02a589243e98cead2 /features | |
parent | d1d0dc3d76be997467c3f0511a41fb5771a1a11f (diff) | |
download | SoopyV2-e89e5215c0a32c0fdbecf3c04dd1352d8a0f3e14.tar.gz SoopyV2-e89e5215c0a32c0fdbecf3c04dd1352d8a0f3e14.tar.bz2 SoopyV2-e89e5215c0a32c0fdbecf3c04dd1352d8a0f3e14.zip |
this should break CI and is a test of that
Diffstat (limited to 'features')
-rw-r--r-- | features/slayers/index.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/features/slayers/index.js b/features/slayers/index.js index 2ebe0fe..6f2bc15 100644 --- a/features/slayers/index.js +++ b/features/slayers/index.js @@ -274,16 +274,6 @@ class Slayers extends Feature { } } } - }else{ //CT 2.0 support - for(let x = pos[0] - 5; x <= pos[0] + 5; x++){ - for(let y = pos[1] - 5; y <= pos[1] + 5; y++){ - for(let z = pos[2] - 5; z <= pos[2] + 5; z++){ - if(World.getBlockAt(Math.floor(x), Math.floor(y), Math.floor(z)).getType().getID() === 138){ - this.beaconLocations[e[m.getUniqueID.Entity]().toString()] = [Math.floor(x), Math.floor(y), Math.floor(z)] - } - } - } - } } // if(!this.beaconLocations[e[m.getUniqueID.Entity]().toString()]){ |