diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-17 18:05:02 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-17 18:05:02 +0800 |
commit | 5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459 (patch) | |
tree | 84e8a2787fe88a9ae971c7b0bdb7f6e79d321283 /features/slayers | |
parent | 5e68ecb56a9ec04c55809c1471bd836b99a062ef (diff) | |
download | SoopyV2-5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459.tar.gz SoopyV2-5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459.tar.bz2 SoopyV2-5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459.zip |
Refactoring
Diffstat (limited to 'features/slayers')
-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 8617a60..7232a0c 100644 --- a/features/slayers/index.js +++ b/features/slayers/index.js @@ -121,7 +121,7 @@ class Slayers extends Feature { if(this.FeatureManager.features["dataLoader"].class.isInSkyblock){ if(!this.entityAttackEventLoaded){ this.entityAttackEventLoaded = true - this.entityAttackEventE = this.registerForge(net.minecraftforge.event.entity.living.LivingAttackEvent, this.entityAttackEvent) //TODO: Use CT event when ct 2.0 because they fixed + this.entityAttackEventE = this.registerForge(net.minecraftforge.event.entity.living.LivingAttackEvent, this.entityAttackEvent) //TODO: Use CT event when ct 2.0 because they made the ct event actually work } }else{ if(this.entityAttackEventLoaded){ |