Fixed RailBulletType not dealing damage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user