mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +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;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ArrowEntity spawnArrow(Location loc, Vector velocity, float speed,
|
||||
float spread) {
|
||||
EntityArrow arrow = new EntityArrow(world);
|
||||
|
|
Loading…
Reference in a new issue