mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 20:52:12 -07:00
Removed @Override for the interface method spawnArrow
By: durron597 <martin.jared@gmail.com>
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user