mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-09 15:27:45 +07:00
Fixed RailBulletType not dealing damage
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user