1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-21 05:17:50 +03:00

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
public void hitEntity(Bullet b, Hitboxc entity, float health){
handle(b, entity, health);
super.hitEntity(b, entity, health);
handle(b, entity, health);
}
@Override

View File

@ -9,4 +9,4 @@ kapt.use.worker.api=true
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
kotlin.stdlib.default.dependency=false
archash=ebc24e24e7b60c10a85dff648bd9f592838d40ec
archash=423d5bb934a66c0ba0f68906b45d7e514342d5c5