diff --git a/core/src/mindustry/entities/bullet/RailBulletType.java b/core/src/mindustry/entities/bullet/RailBulletType.java index d141c69998..5f02386115 100644 --- a/core/src/mindustry/entities/bullet/RailBulletType.java +++ b/core/src/mindustry/entities/bullet/RailBulletType.java @@ -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 diff --git a/gradle.properties b/gradle.properties index 15c25c41b4..edd4da555a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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