diff options
-rw-r--r-- | CI/supporttest.js | 2 | ||||
-rw-r--r-- | features/slayers/index.js | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/CI/supporttest.js b/CI/supporttest.js index c3e083a..963a1f7 100644 --- a/CI/supporttest.js +++ b/CI/supporttest.js @@ -11,7 +11,7 @@ dirName.pop() dirName = dirName.join("/") - console.log("Reading directory... " + dirName) + console.log("Reading directory...") let dirs = await walkP(dirName) 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()]){ |