aboutsummaryrefslogtreecommitdiff
path: root/features/slayers
diff options
context:
space:
mode:
Diffstat (limited to 'features/slayers')
-rw-r--r--features/slayers/index.js2
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){