Fixed RailBulletType not dealing damage

This commit is contained in:
Anuken
2021-06-03 19:49:42 -04:00
parent 00ca247d0f
commit c29d75f5d1
2 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ public class RailBulletType extends BulletType{
@Override @Override
public void hitEntity(Bullet b, Hitboxc entity, float health){ public void hitEntity(Bullet b, Hitboxc entity, float health){
handle(b, entity, health);
super.hitEntity(b, entity, health); super.hitEntity(b, entity, health);
handle(b, entity, health);
} }
@Override @Override

View File

@ -9,4 +9,4 @@ kapt.use.worker.api=true
kapt.include.compile.classpath=false kapt.include.compile.classpath=false
# I don't need to use the kotlin stdlib yet, so remove it to prevent extra bloat & method count issues # I don't need to use the kotlin stdlib yet, so remove it to prevent extra bloat & method count issues
kotlin.stdlib.default.dependency=false kotlin.stdlib.default.dependency=false
archash=ebc24e24e7b60c10a85dff648bd9f592838d40ec archash=423d5bb934a66c0ba0f68906b45d7e514342d5c5