mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-23 16:41:35 +01:00
Removed explicit bounding box setup in EntityProjectile
This commit is contained in:
parent
51c627491a
commit
b9ec78b313
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user