mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Removed @Override for the interface method spawnArrow
By: durron597 <martin.jared@gmail.com>
This commit is contained in:
parent
1a68f03f72
commit
ca642baafd
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ public class CraftWorld implements World {
|
||||||
return world;
|
return world;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public ArrowEntity spawnArrow(Location loc, Vector velocity, float speed,
|
public ArrowEntity spawnArrow(Location loc, Vector velocity, float speed,
|
||||||
float spread) {
|
float spread) {
|
||||||
EntityArrow arrow = new EntityArrow(world);
|
EntityArrow arrow = new EntityArrow(world);
|
||||||
|
|
Loading…
Reference in a new issue