Removed explicit bounding box setup in EntityProjectile

This commit is contained in:
Konstantin Shandurenko 2021-03-07 13:35:21 +03:00
parent 51c627491a
commit b9ec78b313

View File

@ -47,7 +47,6 @@ public class EntityProjectile extends Entity {
((ProjectileMeta) getEntityMeta()).setShooter(this.shooter);
}
setGravity(0.02f, 0.04f, 1.96f);
setBoundingBox(.5F, .5F, .5F);
}
@Nullable