aboutsummaryrefslogtreecommitdiff
path: root/features/slayers
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-12-25 02:36:49 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-12-25 02:36:49 +0800
commit94e8b483dd90db6b5695da482692c0a4e968db69 (patch)
tree6459e6520496b11e2616dd564f2911549fd0f45d /features/slayers
parent60ef5dc3f0cddd896bb719ace502c777288a4ffb (diff)
downloadSoopyV2-94e8b483dd90db6b5695da482692c0a4e968db69.tar.gz
SoopyV2-94e8b483dd90db6b5695da482692c0a4e968db69.tar.bz2
SoopyV2-94e8b483dd90db6b5695da482692c0a4e968db69.zip
add CI warning for entity attack event
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 3d3b32e..d67d0b9 100644
--- a/features/slayers/index.js
+++ b/features/slayers/index.js
@@ -154,7 +154,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 made the ct event actually work
+ this.entityAttackEventE = this.registerForge(net.minecraftforge.event.entity.living.LivingAttackEvent, this.entityAttackEvent)
}
}else{
if(this.entityAttackEventLoaded){